EasyCaching
EasyCaching copied to clipboard
Refactor SERedis.BaseSetAll to set all values at once
Refactor SERedis.BaseSetAll to set all values at once
Does this exception happened in current unit-tests? How can we reproduce that?
Yes.
- Running redis in cluster mode, https://redis.io/docs/manual/scaling/
- Modify the endpoints of redis in
RedisCachingProviderTest.cs - Run unit-tests of SetAll/SetAllAsync methods
@catcherwong I get the above Multi Key error when I use GetByPrefix API. I'm using redis in cluster mode.
@catcherwong Could you provide an alternative for GetByPrefix for redis in cluster mode?