All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- add with_capacity
- fix interval between tasks
- add new functions - now, poll_tasks
- return a value for poll_tasks
- make the MemoryBackend type as a generic type
- add the memory backend
- use & for args
- don't use async trait methods
- add is_redis_version_ok method
- add committer instead of the delete method
- add autodelete arg
- update docs
- docs: update code's documentation
- add JsonRedisBackend
- return error
- simpify api
- allow to write of queue_key as String or &str
- add generics
- add loop instead of tasks
- use async await
- add scheduled tasks
- init
- add delay between requests