Releases: elliotchance/redismock
Releases · elliotchance/redismock
v8.11.1
v8.11.0
Update to Redis 8.11 and add GetEx Support (#40)
v8.6.2
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
Update redis to v8.6.0 (#38) Also updated testify to v1.7.0.
v8.6.0
Update alicebob/miniredis dependecy to v2 (#35)
v7.1.0
Update alicebob/miniredis dependecy to v2 (#35)
v6.0.0
Update alicebob/miniredis dependecy to v2 (#35)
v8.5.4
fix duplicate key in return value when mocking HSet on v8 (#34)
v8.5.3
fix: LPosCount returns IntSliceCmd (#32)
v8.5.2
Fix LPosCount return type (#31)