All Versions
50
Latest Version
Avg Release Cycle
29 days
Latest Release
-
Changelog History
Page 4
Changelog History
Page 4
-
v0.9.10 Changes
October 20, 2017- PR #93, Issue #92. Connection to Unix sockets is broken
-
v0.9.9 Changes
- PR #90. set SO_KEEPALIVE option on underlying connection socket
-
v0.9.8 Changes
- ๐ Fix syntax errors from redis when using scanOpts to specify match pattern or count options (see PR #88)
-
v0.9.7 Changes
- ๐ฆ Expose returnDecode method of RedisCtx (see issue #83)
-
v0.9.6 Changes
- ๐ Export Condition constructors (see PR #86)
-
v0.9.2 Changes
- โ Added multithreaded pub/sub message processing (see PR #77)
-
v0.9.0 Changes
- ๐ Merge in a fresh commands.json and a set of new commands implemented. See PR #52 for more info
-
v0.8.3 Changes
- Export MonadRedis methods
-
v0.8.1 Changes
- Export unRedis/reRedis internalish functions which let you define MonadCatch instance easily (see PR #73)
-
v0.8.0 Changes
- ๐ Major speed improvement by using non-backtracking parser (PR #69)