redis.algebra

hash

object hash extends HashInstances with HashFunctions

Linear Supertypes
HashFunctions, InjectFunctions, HashInstances, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. hash
  2. HashFunctions
  3. InjectFunctions
  4. HashInstances
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  10. implicit val hashAlgebraFunctor: Functor[HashAlgebra]

    Definition Classes
    HashInstances
  11. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  12. def hdel[F[_]](key: ByteString, fields: NonEmptyList[ByteString])(implicit arg0: Functor[F], I: Inject[HashAlgebra, F]): Free[F, Long]

    Definition Classes
    HashFunctions
  13. def hexists[F[_]](key: ByteString, field: ByteString)(implicit arg0: Functor[F], I: Inject[HashAlgebra, F]): Free[F, Boolean]

    Definition Classes
    HashFunctions
  14. def hget[F[_]](key: ByteString, field: ByteString)(implicit arg0: Functor[F], I: Inject[HashAlgebra, F]): Free[F, Option[ByteString]]

    Definition Classes
    HashFunctions
  15. def hgetall[F[_]](key: ByteString)(implicit arg0: Functor[F], I: Inject[HashAlgebra, F]): Free[F, Seq[(ByteString, ByteString)]]

    Definition Classes
    HashFunctions
  16. def hincrby[F[_]](key: ByteString, field: ByteString, increment: Long)(implicit arg0: Functor[F], I: Inject[HashAlgebra, F]): Free[F, Long]

    Definition Classes
    HashFunctions
  17. def hincrbyfloat[F[_]](key: ByteString, field: ByteString, increment: BigDecimal)(implicit arg0: Functor[F], I: Inject[HashAlgebra, F]): Free[F, BigDecimal]

    Definition Classes
    HashFunctions
  18. def hkeys[F[_]](key: ByteString)(implicit arg0: Functor[F], I: Inject[HashAlgebra, F]): Free[F, Seq[ByteString]]

    Definition Classes
    HashFunctions
  19. def hlen[F[_]](key: ByteString)(implicit arg0: Functor[F], I: Inject[HashAlgebra, F]): Free[F, Long]

    Definition Classes
    HashFunctions
  20. def hmget[F[_]](key: ByteString, fields: NonEmptyList[ByteString])(implicit arg0: Functor[F], I: Inject[HashAlgebra, F]): Free[F, Seq[Option[ByteString]]]

    Definition Classes
    HashFunctions
  21. def hmset[F[_]](key: ByteString, pairs: NonEmptyList[(ByteString, ByteString)])(implicit arg0: Functor[F], I: Inject[HashAlgebra, F]): Free[F, Status]

    Definition Classes
    HashFunctions
  22. def hset[F[_]](key: ByteString, field: ByteString, value: ByteString)(implicit arg0: Functor[F], I: Inject[HashAlgebra, F]): Free[F, Boolean]

    Definition Classes
    HashFunctions
  23. def hsetnx[F[_]](key: ByteString, field: ByteString, value: ByteString)(implicit arg0: Functor[F], I: Inject[HashAlgebra, F]): Free[F, Boolean]

    Definition Classes
    HashFunctions
  24. def hvals[F[_]](key: ByteString)(implicit arg0: Functor[F], I: Inject[HashAlgebra, F]): Free[F, Seq[ByteString]]

    Definition Classes
    HashFunctions
  25. def inject[F[_], G[_], A](ga: G[Free[F, A]])(implicit F: Functor[F], I: Inject[G, F]): Free[F, A]

    Definition Classes
    InjectFunctions
  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  27. def match_[F[_], G[_], A](fa: Free[F, A])(implicit F: Functor[F], I: Inject[G, F]): Option[G[Free[F, A]]]

    Definition Classes
    InjectFunctions
  28. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. def toString(): String

    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from HashFunctions

Inherited from InjectFunctions

Inherited from HashInstances

Inherited from AnyRef

Inherited from Any

Ungrouped