polysemy-zoo-0.4.0.1: Experimental, user-contributed effects and interpreters for polysemy
Polysemy.Redis.Utils
newtype Path Source #
Constructors
Fields
Defined in Polysemy.Redis.Utils
Methods
(==) :: Path -> Path -> Bool #
(/=) :: Path -> Path -> Bool #
compare :: Path -> Path -> Ordering #
(<) :: Path -> Path -> Bool #
(<=) :: Path -> Path -> Bool #
(>) :: Path -> Path -> Bool #
(>=) :: Path -> Path -> Bool #
max :: Path -> Path -> Path #
min :: Path -> Path -> Path #
showsPrec :: Int -> Path -> ShowS #
show :: Path -> String #
showList :: [Path] -> ShowS #
fromString :: String -> Path #
putForRedis :: Binary a => a -> ByteString Source #
getFromRedis :: Binary a => ByteString -> a Source #