Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. RedisSet :: RedisType

    redis-resp Data.Redis.Command

    No documentation available.

  2. RedisZSet :: RedisType

    redis-resp Data.Redis.Command

    No documentation available.

  3. fromSet :: Resp -> Result Bool

    redis-resp Data.Redis.Command

    No documentation available.

  4. getset :: forall (m :: Type -> Type) a b . (Monad m, ToByteString a, FromByteString b) => Key -> a -> Redis m (Maybe b)

    redis-resp Data.Redis.Command

    No documentation available.

  5. hmset :: forall (m :: Type -> Type) a . (Monad m, ToByteString a) => Key -> NonEmpty (Field, a) -> Redis m ()

    redis-resp Data.Redis.Command

    No documentation available.

  6. hset :: forall (m :: Type -> Type) a . (Monad m, ToByteString a) => Key -> Field -> a -> Redis m Bool

    redis-resp Data.Redis.Command

    No documentation available.

  7. hsetnx :: forall (m :: Type -> Type) a . (Monad m, ToByteString a) => Key -> Field -> a -> Redis m Bool

    redis-resp Data.Redis.Command

    No documentation available.

  8. lset :: forall (m :: Type -> Type) a . (Monad m, ToByteString a) => Key -> Int64 -> a -> Redis m ()

    redis-resp Data.Redis.Command

    No documentation available.

  9. mset :: forall (m :: Type -> Type) a . (Monad m, ToByteString a) => NonEmpty (Key, a) -> Redis m ()

    redis-resp Data.Redis.Command

    No documentation available.

  10. msetnx :: forall (m :: Type -> Type) a . (Monad m, ToByteString a) => NonEmpty (Key, a) -> Redis m Bool

    redis-resp Data.Redis.Command

    No documentation available.

Page 252 of many | Previous | Next