diff --git a/src/sw/redis++/async_redis_cluster.h b/src/sw/redis++/async_redis_cluster.h index fc6a1cc..f640d1f 100644 --- a/src/sw/redis++/async_redis_cluster.h +++ b/src/sw/redis++/async_redis_cluster.h @@ -1279,9 +1279,9 @@ class AsyncRedisCluster { std::forward(cb), formatter, std::forward(key), std::forward(args)...); } - AsyncShardsPoolSPtr _pool; - EventLoopSPtr _loop; + + AsyncShardsPoolSPtr _pool; }; }