v0.2.0
Full Changelog: v0.1.13...v0.2.0
- Add support for
SCAN
queries - Handle
PSUBSCRIBE
messages correctly - Added a lot of support for Redis streams
- Added convenience structs for deserializing
XREADGROUP
,XPENDING
, andXAUTOCLAIM
responses- They live under the
Redis::Streaming
namespace,require "redis/streaming"
to load them
- They live under the
- Added a
/examples
directory which contains a minimal implementation of pub/sub via streams
- Added convenience structs for deserializing