abp icon indicating copy to clipboard operation
abp copied to clipboard

Q: Potential replacement for Redis

Open leonkosak opened this issue 9 months ago • 5 comments

Redis is not open-source anymore. Shoud abp caching layer be re-implemented using another alternative (probably compatible with Redis so that minimal changes should be applied to abstraction layer)?

leonkosak avatar May 06 '24 13:05 leonkosak

another question would be: won't redis be forked ?

ktngoykalolo avatar May 06 '24 18:05 ktngoykalolo

I understand there is no impact on developers and customers using Redis libraries and Redis.

https://redis.io/blog/redis-adopts-dual-source-available-licensing/

maliming avatar May 07 '24 06:05 maliming

Another option https://github.com/microsoft/garnet

realLiangshiwei avatar May 07 '24 09:05 realLiangshiwei

If technology uses Redis' RESP wire protocol (Garnet does), it shouldn't be any issues replacing Redis? It this is true - Garnet can be used instead of Redis for SignalR backplane?

leonkosak avatar May 07 '24 09:05 leonkosak

I think so

realLiangshiwei avatar May 07 '24 09:05 realLiangshiwei