Skip to content

v0.2.0

Compare
Choose a tag to compare
@jgaskins jgaskins released this 11 Nov 04:02
· 176 commits to master since this release

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, and XAUTOCLAIM responses
      • They live under the Redis::Streaming namespace, require "redis/streaming" to load them
    • Added a /examples directory which contains a minimal implementation of pub/sub via streams