| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Database.Redis.Cluster.Command
Documentation
Constructors
| Required Integer | |
| MinimumRequired Integer |
data LastKeyPositionSpec Source #
Constructors
| LastKeyPosition Integer | |
| UnlimitedKeys Integer |
Instances
| Show LastKeyPositionSpec Source # | |
Defined in Database.Redis.Cluster.Command Methods showsPrec :: Int -> LastKeyPositionSpec -> ShowS # show :: LastKeyPositionSpec -> String # showList :: [LastKeyPositionSpec] -> ShowS # | |
data CommandInfo Source #
Constructors
| CommandInfo | |
Fields
| |
Instances
| Show CommandInfo Source # | |
Defined in Database.Redis.Cluster.Command Methods showsPrec :: Int -> CommandInfo -> ShowS # show :: CommandInfo -> String # showList :: [CommandInfo] -> ShowS # | |
| RedisResult CommandInfo Source # | |
Defined in Database.Redis.Cluster.Command | |
newInfoMap :: [CommandInfo] -> InfoMap Source #
keysForRequest :: InfoMap -> [ByteString] -> Maybe [ByteString] Source #
keysForRequest' :: CommandInfo -> [ByteString] -> Maybe [ByteString] Source #
isMovable :: CommandInfo -> Bool Source #
parseMovable :: [ByteString] -> Maybe [ByteString] Source #
readXreadKeys :: [ByteString] -> Maybe [ByteString] Source #
readXreadgroupKeys :: [ByteString] -> Maybe [ByteString] Source #
readNumKeys :: [ByteString] -> Maybe [ByteString] Source #