hibiken / asynq

Simple, reliable, and efficient distributed task queue in Go
MIT License
9k stars 659 forks source link

Add example for redict.io and NATS jetstream #863

Closed kharabela closed 2 months ago

kharabela commented 2 months ago

With recent redis license change.I feel there is need to add usage guidance for redict.io and NATS jetstream or postgressql. Please help me to understand if I want to replace redis with redict.io or NATS Jetstream or postgresql what changes do I need to make

kamikazechaser commented 2 months ago

This library is tightly coupled with Redis. Only a pure Redis drop-in replacement will work. Both ValKey and Redict.io should work out of the box.