obukhov / redis-inventory

CLI tool to see redis memory usage by keys in hierarchical way. Think of disk inventory but for redis.
MIT License
231 stars 29 forks source link

Bump github.com/alicebob/miniredis/v2 from 2.18.0 to 2.19.0 #39

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps github.com/alicebob/miniredis/v2 from 2.18.0 to 2.19.0.

Release notes

Sourced from github.com/alicebob/miniredis/v2's releases.

SCAN, BITPOS, ZRANGE, and redis.call() fixes and updates

Changelog

Sourced from github.com/alicebob/miniredis/v2's changelog.

v2.19.0

Commits
  • fbbd2a4 v2.19.0 changelog
  • 26f80ad Merge pull request #258 from alicebob/zrange
  • 0c3f48f update all zrange* commands
  • a2b33f0 split up zrange and zrevrange
  • baa6b88 cleanup of some sorted set related code
  • a37a697 introduce optInt() to dedup the int parsing done everywhere
  • 01462e4 cleanup zrange option parsing
  • b85fb0f Merge pull request #256 from alicebob/luastatus
  • f4296b2 redis.call() should return a "status_reply" for simple strings
  • 7614a88 Merge pull request #252 from alicebob/bitpos
  • 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)
obukhov commented 2 years ago

@dependabot rebase

dependabot[bot] commented 2 years ago

Superseded by #45.