Skip to content

Releases: redis/rueidis

v0.0.27

24 Jan 14:36
7d991a7
Compare
Choose a tag to compare

Changelog

  • e86268c chore: ignore gocyclo in nested test cases and hack script
  • 5ad3275 chore: improve doc and tests
  • 2095c14 feat: remove unnecessary cleanup right after refreshing slots failed
  • 7d991a7 fix: wakeup all pending Acquire on pool when closed

v0.0.26

23 Jan 13:47
19dd042
Compare
Choose a tag to compare

Changelog

  • a76b4e4 chore: improve doc and tests in internal pkg
  • 19dd042 chore: update readme about command response cheatsheet

v0.0.25

22 Jan 14:01
e57c785
Compare
Choose a tag to compare

Changelog

  • e57c785 feat: improve client side caching with pttl == -2 by MULTI EXEC

v0.0.24

22 Jan 09:35
6cd2aab
Compare
Choose a tag to compare

Changelog

  • 6cd2aab feat: allow AsStrMap to convert redis map response
  • fc66a94 feat: ignoring non string value in AsStrMap
  • aa43808 revert: "refactor: len(c.cs.s) > 0 should be guaranteed"

v0.0.23

22 Jan 05:46
28bef7c
Compare
Choose a tag to compare

Changelog

  • 3198bae chore: add go report badge
  • 8b3775f chore: docs on consts and fix ineffassign
  • 28bef7c chore: update readme about otel metrics
  • 1bcb562 feat: add rueidis_do_cache_hits and rueidis_do_cache_miss metrics

v0.0.22

21 Jan 15:43
37e5381
Compare
Choose a tag to compare

Changelog

v0.0.21

19 Jan 15:36
2e19c27
Compare
Choose a tag to compare

Changelog

  • a83d473 feat: add CLUSTER LINKS command
  • 2e19c27 feat: improve closing processes on mux and pool

v0.0.20

17 Jan 16:47
a5afff2
Compare
Choose a tag to compare

Changelog

  • f7913a4 feat: allow string like value to be present in AsStrMap and AsStrSlice
  • 230baa1 feat: do pubsub setup hook before returning the client
  • a5afff2 fix: refresh slots and reconnect pubsub when cluster nodes leave

v0.0.19

15 Jan 16:02
5a5da14
Compare
Choose a tag to compare

Changelog

  • 5a5da14 chore: update readme
  • 00310ef feat: add IsCacheHit to RedisMessage and RedisResult
  • 2ce82e5 feat: improve lru.GetOrPrepare
  • 2089a2e refactor: len(c.cs.s) > 0 should be guaranteed

v0.0.18

14 Jan 13:58
5407877
Compare
Choose a tag to compare

Changelog

  • 5407877 chore: update message examples
  • 9b2b100 fix: prohibit mixing no reply commands with others in DoMulti
  • 0e62951 refactor: remove unused var
  • 0bd3eac refactor: reverse retriving order of waits and state counters