socketio / socket.io-redis-streams-adapter

The Socket.IO adapter based on Redis Streams, allowing to broadcast events between several Socket.IO servers.
https://socket.io/docs/v4/redis-streams-adapter/
MIT License
30 stars 15 forks source link

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

Closed thanh17 closed 5 months ago

thanh17 commented 6 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?

darrachequesne commented 6 months ago

That's a great question!

I guess that Redis forks like Valkey will try to maintain backward compatibility with Redis, so in the near future I think this adapter should work without any modification.

Let's wait and see.