Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support replacing Redis with Garnet? #21397

Open
1 task done
632374118 opened this issue Nov 20, 2024 · 2 comments
Open
1 task done

Support replacing Redis with Garnet? #21397

632374118 opened this issue Nov 20, 2024 · 2 comments

Comments

@632374118
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe the problem.

No response

Describe the solution you'd like

Support replacing Redis with Garnet?

Additional context

No response

@leonkosak
Copy link
Contributor

@632374118, I think if would be enough, that you can replace Redis with anything which is compatible with RESP (https://medium.com/@dassomnath/introduction-to-resp-redis-serialization-protocol-f3d0b8bd9cdc), because this is only important and not how "caching database" works inside.
Can you confirm @maliming ?

@maliming
Copy link
Member

I'm not familiar with Garnet, AbpCachingStackExchangeRedisModule is an implement class of IDistributedCache, It internal use RedisCache to read/write cache.

So you can replace IDistributedCache with any implement. Garnet or something else.

If the Redis client can uses Garnet as a server, You don't need to replace anything.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants