Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: elliotchance/redismock

v9.0.0

09 Jul 14:18
6cf5053

Choose a tag to compare

Feat: Support for go-redis v9 (#44)

Co-authored-by: Thaha Mohammed <[email protected]>

v8.11.1

15 Apr 17:45
2a654be

Choose a tag to compare

These commits update the v8 add ClusterClient support (#41)

v8.11.0

08 Feb 01:11
1fac9c5

Choose a tag to compare

Update to Redis 8.11 and add GetEx Support (#40)

v8.6.2

29 Mar 23:40
41715b7

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

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

Choose a tag to compare

Update alicebob/miniredis dependecy to v2 (#35)

v7.1.0

21 Dec 14:18
7c3e19a

Choose a tag to compare

Update alicebob/miniredis dependecy to v2 (#35)

v6.0.0

21 Dec 14:18
7c3e19a

Choose a tag to compare

Update alicebob/miniredis dependecy to v2 (#35)

v8.5.4

10 Dec 23:07
69b980b

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

Choose a tag to compare

fix: LPosCount returns IntSliceCmd (#32)