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
Core: Refactored the connection container lock to use a sync RwLock (#2643)
* Core: Refactored the connection container lock to use a synchronous RwLock instead of an asynchronous one, and reducing lock acquisition time.
* Core: Fixed redis-rs pubsub tests for server version >= 7.2.4
Signed-off-by: barshaul <[email protected]>
0 commit comments