You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now Transactions trait is extended by RedisClient, RedisClientMasterSlaves, SentinelMonitoredRedisClient and SentinelMonitoredRedisClientMasterSlaves.
However, RedisClientPool doesn't extend this.
I think it would be useful for RedisClientPool to extend Transactions.
What do you think about it?
The text was updated successfully, but these errors were encountered:
Now
Transactions
trait is extended byRedisClient
,RedisClientMasterSlaves
,SentinelMonitoredRedisClient
andSentinelMonitoredRedisClientMasterSlaves
.However,
RedisClientPool
doesn't extend this.I think it would be useful for
RedisClientPool
to extendTransactions
.What do you think about it?
The text was updated successfully, but these errors were encountered: