Skip to content

Releases: saeidakbari/repust

v0.1.2-PRERELEASE

08 Apr 07:29
c63ac52
Compare
Choose a tag to compare
v0.1.2-PRERELEASE Pre-release
Pre-release

Bug Fixes

v0.1.1-PRERELEASE

07 Apr 19:29
660fe20
Compare
Choose a tag to compare
v0.1.1-PRERELEASE Pre-release
Pre-release

Added

  • Supporting Apple-Darwin and PC-Windows release targets

v0.1.0

07 Apr 19:15
b6c134d
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Added

  • Supporting Redis and Memcached protocols.
  • Implementing consistent hashing for key distribution using Ketama algorithm.
  • Connecting to multiple backend servers with user-defined names (aliasing).
  • Weights traffic across backend servers for optimized load balancing.
  • Including comprehensive logging for request tracking and debugging.
  • Integrating OpenTelemetry for detailed performance monitoring.
  • Utilize RESP2 serialization for efficient data exchange.
  • Employing asynchronous operations with Tokio and Futures for non-blocking functionality.