resp-proto
RESP2/RESP3 protocol parser and encoder for Redis.
A standalone, zero-copy protocol implementation with no runtime dependencies.
Features
- RESP2 parsing and encoding (enabled by default)
- RESP3 support via the
resp3feature flag - Streaming parser for incremental protocol decoding
- Cluster slot parsing (CLUSTER SLOTS / CLUSTER SHARDS)
Usage
[]
= "0.0.1"
# With RESP3 support:
= { = "0.0.1", = ["resp3"] }
License
Licensed under either of Apache License, Version 2.0 or MIT License at your option.