MatUrbanski / todo_api

JSON API for todo project built with Roda + Sequel. Source code for "Ruby on Roda" book.
19 stars 4 forks source link

Bump redis from 4.4.0 to 4.5.0 #69

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps redis from 4.4.0 to 4.5.0.

Changelog

Sourced from redis's changelog.

4.5.0

  • Handle parts of the command using incompatible encodings. See #1037.
  • Add GET option to SET command. See #1036.
  • Add ZRANDMEMBER command. See #1035.
  • Add LMOVE/BLMOVE commands. See #1034.
  • Add ZMSCORE command. See #1032.
  • Add LT/GT options to ZADD. See #1033.
  • Add SMISMEMBER command. See #1031.
  • Add EXAT/PXAT options to SET. See #1028.
  • Add GETDEL/GETEX commands. See #1024.
  • Redis#exists now returns an Integer by default, as warned since 4.2.0. The old behavior can be restored with Redis.exists_returns_integer = false.
  • Fix Redis < 6 detection during connect. See #1025.
  • Fix fetching command details in Redis cluster when the first node is unhealthy. See #1026.
Commits
  • 628c4e3 Release 4.4.0
  • 9f2a94c Merge pull request #1037 from casperisfine/encoding-error
  • a4e9391 Handle parts of the command using incompatible encodings
  • a3d8071 Merge pull request #1036 from fatkodima/set-get
  • 6e7b38c Merge pull request #1035 from fatkodima/zrandmember
  • ab83bf1 [Redis 6.2] Add ZRANDMEMBER command
  • cde42bd [Redis 6.2] Add GET option to SET command
  • eaf446c Merge pull request #1034 from fatkodima/lmove-blmove
  • f375fa8 [Redis 6.2] Add LMOVE/BLMOVE commands
  • 8328eff Merge pull request #1032 from fatkodima/zmscore
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 3 years ago

Superseded by #71.