Redis Adopts Dual Source-Available Licensing #2484
Replies: 3 comments 6 replies
-
A couple of things about this. First of all, BullMQ works perfectly with any Redis version from 6.2.0 and onwards. Basically there is no need to use any newer Redis version for using BullMQ. Secondly, the license, AFAIK but correct me if I am wrong, does only affect host providers, you should still be able to privately host it if you want, but most likely you are going to use any provider such as Redislabs, Memetria, AWS Elasticache, etc, etc, then you should not need to care either. |
Beta Was this translation helpful? Give feedback.
-
I've done some testing in misskey-dev/misskey#13612 (comment). Seems BullMQ work well with KeyDB, but fails to work with Kvrocks or Garnet, maybe related to version check. Valkey don't seems to have a stable release yet. |
Beta Was this translation helpful? Give feedback.
-
More testing using #taskforcesh/bullmq-bench and Docker. Test with latest Kvrocks(v2.8.0) produced following error.
Kvrocks only reports redis_version 4.0.0 so it's incompatible. It just added RESP3 support but still in development. Test with latest Garnet(v1.0.4) produced following error.
Seems to be compatibility issue with ioredis. The migration mentioned in #2490 may be needed to support these alternatives. |
Beta Was this translation helpful? Give feedback.
-
https://redis.com/blog/redis-adopts-dual-source-available-licensing/
Is there a plan to switch to an open-source fork, for example, https://github.com/placeholderkv/placeholderkv
Beta Was this translation helpful? Give feedback.
All reactions