I need to use the redis command GETRANGE. I use it this retrieve the hash I store along with the string content, to evaluate if this latter has been changed while using side in memory cache.
Using (RedisClient.cs) I am unable to access get range function as it is not available
How can GETRANGE command be used when working with RedisClient?
The UTF-8 string APIs for
GetRange()
andSetRange()
have now been added toIRedisClient
:and Async versions to:
This change is available from v6.0.3 that's now available on MyGet.