zio / zio-redis

A ZIO-based redis client

Home Page:https://zio.github.io/zio-redis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing command ZDIFF and ZDIFFSTORE

hcwilhelm opened this issue · comments

For the SortedSet API, the commands ZDIFF and ZDIFFSTORE are missing.

https://redis.io/commands/zdiff
https://redis.io/commands/zdiffstore

Tasks

  • Implement missing commands in the SortedSet API
  • Implement tests
  • Add support for these commands to the test executor

#367 and #368 are PRs for the different commands (implementation and tests). I just came across #363 for the test executor, if the ZDIFF APIs are different I can modify the PRs.

Closed in #367 and #368