abp
abp copied to clipboard
Q: Potential replacement for Redis
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)?
another question would be: won't redis be forked ?
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/
Another option https://github.com/microsoft/garnet
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?
I think so