CacheManager icon indicating copy to clipboard operation
CacheManager copied to clipboard

Use CommandFlags.PreferSlave for read operations.

Open MoazAlkharfan opened this issue 2 years ago • 0 comments

All the read commands are being done on the master in a clustered Redis.

This pull request adds the PreferSlave flag for all read operations.

MoazAlkharfan avatar Nov 09 '21 15:11 MoazAlkharfan