packages feed

hedis 0.9.4 → 0.9.5

raw patch · 1 files changed

+6/−4 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

hedis.cabal view
@@ -1,5 +1,5 @@ name:               hedis-version:            0.9.4+version:            0.9.5 synopsis:     Client library for the Redis datastore: supports full command set,     pipelining.@@ -10,9 +10,11 @@     datastore. Compared to other Haskell client libraries it has some     advantages:     .-    [Complete Redis 2.6 command set:] All Redis commands-        (<http://redis.io/commands>) are available as haskell functions, except-        for the MONITOR and SYNC commands. Additionally, a low-level API is+    [Compatibility with Latest Stable Redis:] Hedis is intended+        to be used with the latest stable version of Redis (currently 3.2).+	Most redis commands (<http://redis.io/commands>) are available as+	haskell functions, although MONITOR and SYNC are intentionally+	omitted. Additionally, a low-level API is         exposed that  makes it easy for the library user to implement further         commands, such as new commands from an experimental Redis version.     .