weyoss / redis-smq

A simple high-performance Redis message queue for Node.js.
MIT License
588 stars 64 forks source link

Support for iovalkey (Valkey node client) #113

Open ashkalor opened 3 months ago

ashkalor commented 3 months ago

Hey @weyoss Amazing work with the library.

Based on the docs redis-smq currently supports only ioredis and node-redis clients. Is it possible to extend support for iovalkey as this is the open source alternative for users. iovalkey is a direct fork of ioredis so the implementation should be similar.

Please let me know your thoughts.