Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 821 Bytes

File metadata and controls

24 lines (17 loc) · 821 Bytes

Changelog

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.

[Unreleased]

Changed

  • Bump minimum redis dependency to 1.2 and migrate from deprecated ClusterClientBuilder::read_from_replicas() to read_routing_strategy(RandomReplicaStrategy).

[0.2.1] - 2026-02-09

Fixed

  • Use PEXPIRE (milliseconds) for writes to match PTTL read precision, preventing TTL truncation (#212)

[0.2.0] - 2026-01-27

Changed

  • Complete rewrite with protocol-agnostic core
  • Migrated from actix to tokio/tower ecosystem

[0.1.0] - 2021-05-29

Added

  • Initial release