MichaCo / CacheManager

CacheManager is an open source caching abstraction layer for .NET written in C#. It supports various cache providers and implements many advanced features.
http://cachemanager.michaco.net
Apache License 2.0
2.33k stars 456 forks source link

Use CommandFlags.PreferSlave for read operations. #362

Closed MoazAlkharfan closed 1 year ago

MoazAlkharfan commented 2 years ago

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.