All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
- add Barrier type, which implements a barrier for sync based on Redis
- add RwLock Type, which implements a reader-writer lock based on Redis
- add ClockOrdered Type, which implements a counter based clock ordering
- minor additions to documentation
- add Mutex and Guard
- rename lib to dtypes
- strip the string
redis
from all types and place them in a module namedredis
- add List and ListCache type
- add LICENSE.md file
- add README.md file
- add .gitignore file
- add CHANGELOG.md file
- add compose.yaml file for docker
- add Redis & Serde as dependencies
- add Makefile.toml for cargo-make as task runner
- add Generic type RedisGeneric as a wrapper for any type
- add signed and unsigned integers type
- add String type
- add Bool type
- add Github Actions