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.
- Bump minimum
redisdependency to 1.2 and migrate from deprecatedClusterClientBuilder::read_from_replicas()toread_routing_strategy(RandomReplicaStrategy).
- Use
PEXPIRE(milliseconds) for writes to matchPTTLread precision, preventing TTL truncation (#212)
- Complete rewrite with protocol-agnostic core
- Migrated from actix to tokio/tower ecosystem
- Initial release