DavidBM / rsmq-async-rs

RSMQ port to async rust. RSMQ is a simple redis queue system that works in any redis v2.6+
MIT License
43 stars 8 forks source link

Add example code to README #1

Closed t4sk closed 4 years ago

DavidBM commented 4 years ago

Hi @t4sk ! Thanks for the PR! Merging!

We should update to redis 0.16 as the PR I did some time ago for adding async_std support is already merged. I wll take the task.

t4sk commented 4 years ago

This is awesome! Thanks for merging.

For your info, I've ran the code using latest redis image from docker, here is the command

docker run --name my-redis --rm -d -p 6379:6379 redis:latest