Skip to content

Releases: redis/rueidis

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

v0.0.15

10 Jan 15:33
61a464c
Compare
Choose a tag to compare

Changelog

  • 785f373 feat: add RedisMessage.AsInt64 and RedisResult.AsInt64
  • 38e4b4f feat: opentelemetry tracing
  • f798543 feat: rename RedisResult.ToMessage

v0.0.14

09 Jan 15:00
64e30c3
Compare
Choose a tag to compare

Changelog

  • 746d51a chore: update readme about json om
  • fb87995 feat: export om with Repository interface
  • ed305d1 fix: ring race when cleanup
  • 5b51f5e refactor: make ignoreField be private

v0.0.13

09 Jan 09:13
45b81da
Compare
Choose a tag to compare

Changelog

  • 45b81da feat: support om by redisjson

v0.0.12

07 Jan 15:42
e760b43
Compare
Choose a tag to compare

Changelog

  • e760b43 feat: support redisearch in hash om

v0.0.11

04 Jan 16:31
56bf905
Compare
Choose a tag to compare

Changelog

  • 56bf905 feat: make Message fields be private, move cache/proto/queue pkg to root