Skip to content

Releases: elliotchance/redismock

v8.11.1

15 Apr 17:45
2a654be
Compare
Choose a tag to compare
These commits update the v8 add ClusterClient support (#41)

v8.11.0

08 Feb 01:11
1fac9c5
Compare
Choose a tag to compare
Update to Redis 8.11 and add GetEx Support (#40)

v8.6.2

29 Mar 23:40
41715b7
Compare
Choose a tag to compare
Make the library thread safe (#39)

This commit makes the library thread safe by adding a local `sync.Mutex`
in the mock client and implementing all the`mock.Mock` methods that use
the internal (and not published) `sync.Mutex`

Before this commit, all the tests run with the `-race` flag using this
library would fail

Signed-off-by: Néfix Estrada <[email protected]>

v8.6.1

25 Feb 14:58
a7d03bd
Compare
Choose a tag to compare
Update redis to v8.6.0 (#38)

Also updated testify to v1.7.0.

v8.6.0

21 Dec 14:18
7c3e19a
Compare
Choose a tag to compare
Update alicebob/miniredis dependecy to v2 (#35)

v7.1.0

21 Dec 14:18
7c3e19a
Compare
Choose a tag to compare
Update alicebob/miniredis dependecy to v2 (#35)

v6.0.0

21 Dec 14:18
7c3e19a
Compare
Choose a tag to compare
Update alicebob/miniredis dependecy to v2 (#35)

v8.5.4

10 Dec 23:07
69b980b
Compare
Choose a tag to compare
fix duplicate key in return value when mocking HSet on v8 (#34)

v8.5.3

06 Dec 18:45
02a7185
Compare
Choose a tag to compare
fix: LPosCount returns IntSliceCmd (#32)

v8.5.2

04 Dec 14:34
0e22edb
Compare
Choose a tag to compare
Fix LPosCount return type (#31)