packages feed

hedis 0.9.5 → 0.9.6

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

+ Database.Redis: Nx :: Condition
+ Database.Redis: Xx :: Condition

Files

hedis.cabal view
@@ -1,5 +1,5 @@ name:               hedis-version:            0.9.5+version:            0.9.6 synopsis:     Client library for the Redis datastore: supports full command set,     pipelining.
src/Database/Redis/Commands.hs view
@@ -213,7 +213,7 @@ mset, -- |Set multiple keys to multiple values (<http://redis.io/commands/mset>). Since Redis 1.0.1 msetnx, -- |Set multiple keys to multiple values, only if none of the keys exist (<http://redis.io/commands/msetnx>). Since Redis 1.0.1 psetex, -- |Set the value and expiration in milliseconds of a key (<http://redis.io/commands/psetex>). Since Redis 2.6.0-Condition,+Condition(..), SetOpts(..), set, -- |Set the string value of a key (<http://redis.io/commands/set>). The Redis command @SET@ is split up into 'set', 'setOpts'. Since Redis 1.0.0 setOpts, -- |Set the string value of a key (<http://redis.io/commands/set>). The Redis command @SET@ is split up into 'set', 'setOpts'. Since Redis 1.0.0