Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade the <sorted set> series of commands #1792

Merged
merged 2 commits into from Jun 23, 2021
Merged

Conversation

monkey92t
Copy link
Collaborator

New commands and options:

New API:

  • ZAddArgs
  • ZAddArgsIncr
  • ZRangeArgs
  • ZRangeArgsWithScores
  • ZRangeStore
  • ZUnion
  • ZUnionWithScores

API marked Deprecated and removed in V9:

  • ZAddNX
  • ZAddXX
  • ZAddCh
  • ZIncr
  • ZAddNXCh
  • ZAddXXCh
  • ZIncrNX
  • ZIncrXX

Signed-off-by: monkey92t <golang@88.com>
This was linked to issues Jun 23, 2021
commands.go Outdated Show resolved Hide resolved
Signed-off-by: monkey92t <golang@88.com>
@monkey92t monkey92t merged commit f0b2f90 into redis:master Jun 23, 2021
monkey92t added a commit that referenced this pull request Jun 28, 2021
* Remove OpenTelemetry from the code (but leave redisotel as is) (#1782)

* Add XAutoClaim command (#1780)

* fix typo (#1788)

* xgroup/xadd/xtrim supports new options (#1787)

* support cmd option

XGROUP CREATECONSUMER
XTRIM MINID LIMIT
XADD NOMKSTREAM MINID LIMIT

Signed-off-by: monkey <golang@88.com>

* add XAddArgs.Approx doc

Signed-off-by: monkey92t <golang@88.com>

* Add Bun to readme

* Upgrade the <sorted set> series of commands (#1792)

* Upgrade the <sorted set> series of commands

Signed-off-by: monkey92t <golang@88.com>

* Cancel the Deprecated mark of ZAddNX and ZAddXX

Signed-off-by: monkey92t <golang@88.com>

* Explain the use restrictions of KeepTTL. (#1799)

Signed-off-by: monkey92t <golang@88.com>

* Adjust KeepTTL annotation.

Signed-off-by: monkey92t <golang@88.com>

* the hello command throws possible errors, It may affect the "read timeout" test result.

Signed-off-by: monkey92t <golang@88.com>

Co-authored-by: Vladimir Mihailenco <vladimir.webdev@gmail.com>
Co-authored-by: ericmillin <31105612+ericmillin@users.noreply.github.com>
Co-authored-by: heyanfu <1145291570@qq.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for GT and LT in ZADD Upgrade ZRANGE Command
2 participants