EasyCaching icon indicating copy to clipboard operation
EasyCaching copied to clipboard

Refactor SERedis.BaseSetAll to set all values at once

Open FatemehFattahi opened this issue 2 years ago • 4 comments

Refactor SERedis.BaseSetAll to set all values at once

FatemehFattahi avatar Aug 21 '22 10:08 FatemehFattahi

Does this exception happened in current unit-tests? How can we reproduce that?

MoienTajik avatar Aug 24 '22 10:08 MoienTajik

Yes.

  1. Running redis in cluster mode, https://redis.io/docs/manual/scaling/
  2. Modify the endpoints of redis in RedisCachingProviderTest.cs
  3. Run unit-tests of SetAll/SetAllAsync methods

catcherwong avatar Aug 24 '22 12:08 catcherwong

@catcherwong I get the above Multi Key error when I use GetByPrefix API. I'm using redis in cluster mode.

keshavkaul avatar Aug 18 '23 10:08 keshavkaul

@catcherwong Could you provide an alternative for GetByPrefix for redis in cluster mode?

keshavkaul avatar Aug 18 '23 10:08 keshavkaul