hedis 0.6.7 → 0.6.8
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- hedis.cabal +1/−1
- src/Database/Redis/Core.hs +1/−1
hedis.cabal view
@@ -1,5 +1,5 @@ name: hedis-version: 0.6.7+version: 0.6.8 synopsis: Client library for the Redis datastore: supports full command set, pipelining.
src/Database/Redis/Core.hs view
@@ -131,7 +131,7 @@ -- smallest acceptable value is 0.5 seconds. If the @timeout@ value in -- your redis.conf file is non-zero, it should be larger than -- 'connectMaxIdleTime'.- }+ } deriving Show -- |Default information for connecting: --