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

fix: typo delete message #14

Closed aspnxdd closed 1 year ago

aspnxdd commented 1 year ago

Fix a typo: dekete -> delete

DavidBM commented 1 year ago

Thanks for the MR. Running test and merging