redis / ioredis

🚀 A robust, performance-focused, and full-featured Redis client for Node.js.
MIT License
14.06k stars 1.19k forks source link

Future support of Redis or other BSD license alternatives? #1877

Closed thanh17 closed 2 months ago

thanh17 commented 2 months ago

With the recent changes in Redis licensing from BSD-3 to dual RSALv2+SSPLv1, what will the future of ioredis support look like?

Will this come in the form of transitioning to other forked version of redis like Valkey?

billnbell2 commented 2 months ago

Where are we at - do we have a fork that is maintained and what we have moved on with?

It seems this is not maintained. There is 200+ issues not resolved, and the last release was 1 year ago.

dmaier-redislabs commented 2 months ago

Just to avoid confusion: The ioredis library is MIT licensed and its OSS license is not impacted by the recent Redis server license change.

uglide commented 2 months ago

@thanh17 @billnbell2 This question was extensively covered here https://github.com/redis/ioredis/issues/1870#issuecomment-2029351413 Since then, we released 5.4 maintenance release and executed the strategy outlined before. All official Redis clients are MIT-licensed.