Skip to content

Update module github.com/alicebob/miniredis/v2 to v2.39.0 - autoclosed - #27

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-alicebob-miniredis-v2-2.x
Closed

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-alicebob-miniredis-v2-2.x

Conversation

@renovate

@renovate renovate Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/alicebob/miniredis/v2 v2.33.0v2.39.0 age confidence

Release Notes

alicebob/miniredis (github.com/alicebob/miniredis/v2)

v2.39.0

Compare Source

v2.38.0

Compare Source

v2.37.0

Compare Source

v2.36.1

Compare Source

v2.36.0

Compare Source

v2.35.0

Compare Source

  • add Lua redis.setresp({2,3})
  • embed gopher-json package
  • fix XAUTOCLAIM (thanks @​kgunning)
  • fix writeXpending (thanks @​gnpaone)
  • fix BLMOVE TTL special case
  • constants for key types @​alyssaruth
v2.34.0
  • fix ZINTERSTORE where target is one of the source sets
  • added support for ZRank and ZRevRank with score (thanks Jeff Howell)
  • fix MEMORY subcommand casing (thanks @​joshaber)
  • use streamCmp in Xtrim (thanks @​daniel-cohere)
v2.33.0
  • minimum Go version is now 1.17
  • fix integer overflow (thanks @​wszaranski)
  • test against the last BSD redis (7.2.4)
  • ignore 'redis.set_repl()' call (thanks @​TingluoHuang)
  • various build fixes (thanks @​wszaranski)
  • add StartAddrTLS function (thanks @​agriffaut)
  • support for the NOMKSTREAM option for XADD (thanks @​Jahaja)
  • return empty array for SRANDMEMBER on nonexistent key (thanks @​WKBae)
v2.32.1
  • support for SINTERCARD (thanks @​s-barr-fetch)
  • support for EXPIRETIME and PEXPIRETIME (thanks @​wszaranski)
  • fix GEO* units to be case insensitive
v2.31.1
v2.31.0
  • support for MEMORY USAGE (thanks @​davidroman0O)
  • test against Redis 7.2.0
  • support for CLIENT SETNAME/GETNAME (thanks @​mr-karan)
  • fix very small numbers (thanks @​zsh1995)
  • use the same float-to-string logic real Redis uses
v2.30.5
v2.30.4
v2.30.3
v2.30.2
v2.30.1
  • support SET NX GET special case
v2.30.0
  • implement redis 7.0.x (from 6.X). Main changes:
    • test against 7.0.7
    • update error messages
    • support nx|xx|gt|lt options in [P]EXPIRE[AT]
    • update how deleted items are processed in pending queues in streams
v2.23.1
  • resolve $ to latest ID in XREAD (thanks @​josh-hook)
  • handle disconnect in blocking functions (thanks @​jgirtakovskis)
  • fix type conversion bug in redisToLua (thanks Sandy Harvie)
  • BRPOP{LPUSH} timeout can be float since 6.0
v2.23.0
v2.22.0
  • set miniredis.DumpMaxLineLen to get more Dump() info (thanks @​afjoseph)
  • fix invalid resposne of COMMAND (thanks @​zsh1995)
  • fix possibility to generate duplicate IDs in XADD (thanks @​readams)
  • adds support for XAUTOCLAIM min-idle parameter (thanks @​readams)
v2.21.0
v2.20.0
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
v2.15.1
v2.15.0
  • target redis 6.2 and added new args to various commands
  • support for all hyperlog commands (thanks @​ilbaktin)
  • support for GETDEL (thanks @​wszaranski)
v2.14.5
  • added XPENDING
  • support for BLOCK option in XREAD and XREADGROUP
v2.14.4
v2.14.3
  • fix problem where Lua code didn't set the selected DB
  • update to redis 6.0.10 (thanks @​lazappa)
v2.14.2
  • update LUA dependency
  • deal with (p)unsubscribe when there are no channels
v2.14.1
  • mod tidy
v2.14.0
  • support for HELLO and the RESP3 protocol
  • KEEPTTL in SET (thanks @​johnpena)
v2.13.3
  • support Go 1.14 and 1.15
  • update the Check...() methods
  • support for XREAD (thanks @​pieterlexis)
v2.13.2
  • Use SAN instead of CN in self signed cert for testing (thanks @​johejo)
  • Travis CI now tests against the most recent two versions of Go (thanks @​johejo)
  • changed unit and integration tests to compare raw payloads, not parsed payloads
  • remove "redigo" dependency
v2.13.1
  • added HSTRLEN
  • minimal support for ACL users in AUTH
v2.13.0
  • added RunTLS(...)
  • added SetError(...)
v2.12.0
  • redis 6
  • Lua json update (thanks @​gsmith85)
  • CLUSTER commands (thanks @​kratisto)
  • fix TOUCH
  • fix a shutdown race condition
v2.11.4
  • ZUNIONSTORE now supports standard set types (thanks @​wshirey)
v2.11.3
v2.11.2
  • make sure Lua code is executed concurrently
  • add command GEORADIUSBYMEMBER (thanks @​kyeett)
v2.11.1
v2.11.0
  • added XRANGE/XREVRANGE, XADD, and XLEN (thanks @​skateinmars)
  • added GEODIST
  • improved precision for geohashes, closer to what real redis does
  • use 128bit floats internally for INCRBYFLOAT and related (thanks @​timnd)
v2.10.1
  • added m.Server()
v2.10.0
  • added UNLINK
  • fix DEL zero-argument case
  • cleanup some direct access commands
  • added GEOADD, GEOPOS, GEORADIUS, and GEORADIUS_RO
v2.9.1
  • fix issue with ZRANGEBYLEX
  • fix issue with BRPOPLPUSH and direct access
v2.9.0
  • proper versioned import of github.com/gomodule/redigo (thanks @​yfei1)
  • fix messages generated by PSUBSCRIBE
  • optional internal seed (thanks @​zikaeroh)
v2.8.0

Proper v2 in go.mod.

older

See https://github.com/alicebob/miniredis/releases for the full changelog

v2.34.0

Compare Source

  • fix ZINTERSTORE where target is one of the source sets
  • added support for ZRank and ZRevRank with score (thanks Jeff Howell)
  • fix MEMORY subcommand casing (thanks @​joshaber)
  • use streamCmp in Xtrim (thanks @​daniel-cohere)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title Update module github.com/alicebob/miniredis/v2 to v2.38.0 Update module github.com/alicebob/miniredis/v2 to v2.38.0 - autoclosed Jul 9, 2026
@renovate renovate Bot closed this Jul 9, 2026
@renovate
renovate Bot deleted the renovate/github.com-alicebob-miniredis-v2-2.x branch July 9, 2026 01:01
@renovate renovate Bot changed the title Update module github.com/alicebob/miniredis/v2 to v2.38.0 - autoclosed Update module github.com/alicebob/miniredis/v2 to v2.38.0 Jul 9, 2026
@renovate renovate Bot reopened this Jul 9, 2026
@renovate
renovate Bot force-pushed the renovate/github.com-alicebob-miniredis-v2-2.x branch 2 times, most recently from 3720427 to 69b1009 Compare July 9, 2026 05:52
@renovate renovate Bot changed the title Update module github.com/alicebob/miniredis/v2 to v2.38.0 Update module github.com/alicebob/miniredis/v2 to v2.38.0 - autoclosed Aug 4, 2026
@renovate renovate Bot closed this Aug 4, 2026
@renovate renovate Bot changed the title Update module github.com/alicebob/miniredis/v2 to v2.38.0 - autoclosed Update module github.com/alicebob/miniredis/v2 to v2.38.0 Aug 4, 2026
@renovate renovate Bot reopened this Aug 4, 2026
@renovate
renovate Bot force-pushed the renovate/github.com-alicebob-miniredis-v2-2.x branch 2 times, most recently from 69b1009 to 5e4290d Compare August 4, 2026 06:50
@renovate renovate Bot changed the title Update module github.com/alicebob/miniredis/v2 to v2.38.0 Update module github.com/alicebob/miniredis/v2 to v2.38.0 - autoclosed Aug 20, 2026
@renovate renovate Bot closed this Aug 20, 2026
@renovate renovate Bot changed the title Update module github.com/alicebob/miniredis/v2 to v2.38.0 - autoclosed Update module github.com/alicebob/miniredis/v2 to v2.38.0 Aug 20, 2026
@renovate renovate Bot reopened this Aug 20, 2026
@renovate
renovate Bot force-pushed the renovate/github.com-alicebob-miniredis-v2-2.x branch 2 times, most recently from 5e4290d to 4c665f4 Compare August 20, 2026 15:59
@renovate renovate Bot changed the title Update module github.com/alicebob/miniredis/v2 to v2.38.0 Update module github.com/alicebob/miniredis/v2 to v2.38.0 - autoclosed Aug 21, 2026
@renovate renovate Bot closed this Aug 21, 2026
@renovate renovate Bot changed the title Update module github.com/alicebob/miniredis/v2 to v2.38.0 - autoclosed Update module github.com/alicebob/miniredis/v2 to v2.38.0 Aug 21, 2026
@renovate renovate Bot reopened this Aug 21, 2026
@renovate
renovate Bot force-pushed the renovate/github.com-alicebob-miniredis-v2-2.x branch 2 times, most recently from 4c665f4 to 0dc1ea3 Compare August 21, 2026 19:48
@renovate renovate Bot changed the title Update module github.com/alicebob/miniredis/v2 to v2.38.0 Update module github.com/alicebob/miniredis/v2 to v2.38.0 - autoclosed Aug 30, 2026
@renovate renovate Bot closed this Aug 30, 2026
@renovate renovate Bot changed the title Update module github.com/alicebob/miniredis/v2 to v2.38.0 - autoclosed Update module github.com/alicebob/miniredis/v2 to v2.38.0 Aug 31, 2026
@renovate renovate Bot reopened this Aug 31, 2026
@renovate
renovate Bot force-pushed the renovate/github.com-alicebob-miniredis-v2-2.x branch from a684370 to 0dc1ea3 Compare August 31, 2026 01:49
@renovate
renovate Bot force-pushed the renovate/github.com-alicebob-miniredis-v2-2.x branch from 0dc1ea3 to a684370 Compare August 31, 2026 01:49
@renovate renovate Bot changed the title Update module github.com/alicebob/miniredis/v2 to v2.38.0 Update module github.com/alicebob/miniredis/v2 to v2.38.0 - autoclosed Aug 31, 2026
@renovate renovate Bot closed this Aug 31, 2026
@renovate renovate Bot changed the title Update module github.com/alicebob/miniredis/v2 to v2.38.0 - autoclosed Update module github.com/alicebob/miniredis/v2 to v2.38.0 Aug 31, 2026
@renovate renovate Bot reopened this Aug 31, 2026
@renovate
renovate Bot force-pushed the renovate/github.com-alicebob-miniredis-v2-2.x branch from 79c54a5 to a684370 Compare August 31, 2026 13:53
@renovate

renovate Bot commented Aug 31, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -t ./...
go: downloading golang.org/x/sync v0.8.0
go: downloading github.com/alicebob/miniredis/v2 v2.38.0
go: downloading github.com/redis/go-redis/v9 v9.6.1
go: downloading github.com/stretchr/testify v1.9.0
go: downloading go.uber.org/mock v0.4.0
go: downloading github.com/go-redis/cache/v9 v9.0.0
go: downloading github.com/google/go-cmp v0.6.0
go: downloading github.com/yuin/gopher-lua v1.1.1
go: downloading github.com/cespare/xxhash/v2 v2.2.0
go: downloading github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/klauspost/compress v1.13.6
go: downloading github.com/vmihailenco/go-tinylfu v0.2.2
go: downloading github.com/vmihailenco/msgpack/v5 v5.3.4
go: downloading golang.org/x/mod v0.11.0
go: downloading golang.org/x/tools v0.4.0
go: downloading github.com/vmihailenco/tagparser/v2 v2.0.0
go: downloading golang.org/x/sys v0.4.0
go: github.com/Arthur1/http-client-cache/cache/engine/rediscache imports
	github.com/go-redis/cache/v9 imports
	github.com/vmihailenco/go-tinylfu: github.com/vmihailenco/go-tinylfu@v0.2.2: read "https:/proxy.golang.org/@v/v0.2.2.zip": stream error: stream ID 405; INTERNAL_ERROR; received from peer

@renovate
renovate Bot force-pushed the renovate/github.com-alicebob-miniredis-v2-2.x branch from a684370 to 79c54a5 Compare August 31, 2026 13:53
@renovate renovate Bot changed the title Update module github.com/alicebob/miniredis/v2 to v2.38.0 Update module github.com/alicebob/miniredis/v2 to v2.38.0 - autoclosed Sep 1, 2026
@renovate renovate Bot closed this Sep 1, 2026
@renovate renovate Bot changed the title Update module github.com/alicebob/miniredis/v2 to v2.38.0 - autoclosed Update module github.com/alicebob/miniredis/v2 to v2.38.0 Sep 1, 2026
@renovate renovate Bot reopened this Sep 1, 2026
@renovate
renovate Bot force-pushed the renovate/github.com-alicebob-miniredis-v2-2.x branch 2 times, most recently from 79c54a5 to 78332f3 Compare September 1, 2026 13:08
@renovate renovate Bot changed the title Update module github.com/alicebob/miniredis/v2 to v2.38.0 Update module github.com/alicebob/miniredis/v2 to v2.38.0 - autoclosed Sep 2, 2026
@renovate renovate Bot closed this Sep 2, 2026
@renovate renovate Bot changed the title Update module github.com/alicebob/miniredis/v2 to v2.38.0 - autoclosed Update module github.com/alicebob/miniredis/v2 to v2.39.0 Sep 2, 2026
@renovate renovate Bot reopened this Sep 2, 2026
@renovate
renovate Bot force-pushed the renovate/github.com-alicebob-miniredis-v2-2.x branch 2 times, most recently from 78332f3 to 9998a6e Compare September 2, 2026 23:28
@renovate renovate Bot changed the title Update module github.com/alicebob/miniredis/v2 to v2.39.0 Update module github.com/alicebob/miniredis/v2 to v2.39.0 - autoclosed Sep 3, 2026
@renovate renovate Bot closed this Sep 3, 2026
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.

0 participants