Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.

chore(deps): bump github.com/alicebob/miniredis/v2 from 2.15.1 to 2.19.0 #52

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 21, 2022

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

Release notes

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

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

catching up with 6.2

v2.18.0

this adds some commands introduced in redis 6.2. Thanks to everyone for helping!

added miniredis.RunT(t)

  • added miniredis.RunT(t)

INTERSTORE and XRANGE fixes

SET update, XTRIM, ZRANDMEMBER, lua redis.log()

  • simplify some code (thanks @​zonque)
  • support for EXAT/PXAT in SET
  • support for XTRIM (thanks @​joseotoro)
  • support for ZRANDMEMBER
  • support for redis.log() in lua (thanks @​dirkm)

blocking fix and 'XREAD $'

Changelog

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

v2.19.0

v2.18.0

v2.17.0

  • added miniredis.RunT(t)

v2.16.1

v2.16.0

  • simplify some code (thanks @​zonque)
  • support for EXAT/PXAT in SET
  • support for XTRIM (thanks @​joseotoro)
  • support for ZRANDMEMBER
  • support for redis.log() in lua (thanks @​dirkm)

v2.15.2

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)

Bumps [github.com/alicebob/miniredis/v2](https://github.com/alicebob/miniredis) from 2.15.1 to 2.19.0.
- [Release notes](https://github.com/alicebob/miniredis/releases)
- [Changelog](https://github.com/alicebob/miniredis/blob/master/CHANGELOG.md)
- [Commits](alicebob/miniredis@v2.15.1...v2.19.0)

---
updated-dependencies:
- dependency-name: github.com/alicebob/miniredis/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants