Skip to content

v0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Apr 19:15
· 4 commits to main since this release
b6c134d

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.