Skip to content

Releases: redis/rueidis

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

v0.0.17

13 Jan 16:53
c27de9d
Compare
Choose a tag to compare

Changelog

  • c27de9d feat: add AsFloat64, AsStrSlice, AsStrMap methods to RedisMessage and RedisResult

v0.0.16

11 Jan 15:45
75258cd
Compare
Choose a tag to compare

Changelog

  • 75258cd chore: update readme
  • e2752fe feat: add RedisMessage.AsMap and RedisResult.AsMap
  • 6a466ed feat: opentelemetry tracing with db.operation