You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to customize the distributed cache keys? I tried setting this up with Redis, and it seems to put everything in the root with a hashed value as the key. Ideally, I'd like to specify a prefix like ServiceName:Cache:Hash
The text was updated successfully, but these errors were encountered:
I solved it by creating an implementation of the ProcessingStrategy copied from the RedisProcessingStrategy. For simplicity the prefix is hard coded but can easily be read from any configuration available.
Check out this PR which modifies the existing RedisProcessingStrategy to accept configuration options. Maybe I should make this not only possible with Redis but all cache types?
Is it possible to customize the distributed cache keys? I tried setting this up with Redis, and it seems to put everything in the root with a hashed value as the key. Ideally, I'd like to specify a prefix like ServiceName:Cache:Hash
The text was updated successfully, but these errors were encountered: