redis.algebra

KeyFunctions

trait KeyFunctions extends InjectFunctions

Linear Supertypes
InjectFunctions, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. KeyFunctions
  2. InjectFunctions
  3. AnyRef
  4. 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. def del[F[_]](keys: NonEmptyList[ByteString])(implicit arg0: Functor[F], I: Inject[KeyAlgebra, F]): Free[F, Long]

  7. def dump[F[_]](key: ByteString)(implicit arg0: Functor[F], I: Inject[KeyAlgebra, F]): Free[F, Option[ByteString]]

  8. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  10. def exists[F[_]](key: ByteString)(implicit arg0: Functor[F], I: Inject[KeyAlgebra, F]): Free[F, Boolean]

  11. def expire[F[_]](key: ByteString, in: Seconds)(implicit arg0: Functor[F], I: Inject[KeyAlgebra, F]): Free[F, Boolean]

  12. def expireat[F[_]](key: ByteString, at: Seconds)(implicit arg0: Functor[F], I: Inject[KeyAlgebra, F]): Free[F, Boolean]

  13. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  16. def inject[F[_], G[_], A](ga: G[Free[F, A]])(implicit F: Functor[F], I: Inject[G, F]): Free[F, A]

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

    Definition Classes
    Any
  18. def keys[F[_]](pattern: ByteString)(implicit arg0: Functor[F], I: Inject[KeyAlgebra, F]): Free[F, Seq[ByteString]]

  19. 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
  20. def migrate[F[_]](host: ByteString, port: Int, key: ByteString, timeout: Milliseconds, destination: Short, copy: Boolean = false, replace: Boolean = false)(implicit arg0: Functor[F], I: Inject[KeyAlgebra, F]): Free[F, Status]

  21. def move[F[_]](key: ByteString, db: Short)(implicit arg0: Functor[F], I: Inject[KeyAlgebra, F]): Free[F, Boolean]

  22. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  25. def object[F[_]](subcommand: ObjectSubcommand)(implicit arg0: Functor[F], I: Inject[KeyAlgebra, F]): Free[F, Option[ObjectResult]]

  26. def persist[F[_]](key: ByteString)(implicit arg0: Functor[F], I: Inject[KeyAlgebra, F]): Free[F, Boolean]

  27. def pexpire[F[_]](key: ByteString, in: Milliseconds)(implicit arg0: Functor[F], I: Inject[KeyAlgebra, F]): Free[F, Boolean]

  28. def pexpireat[F[_]](key: ByteString, at: Milliseconds)(implicit arg0: Functor[F], I: Inject[KeyAlgebra, F]): Free[F, Boolean]

  29. def pttl[F[_]](key: ByteString)(implicit arg0: Functor[F], I: Inject[KeyAlgebra, F]): Free[F, Option[Milliseconds]]

  30. def randomkey[F[_]](implicit arg0: Functor[F], I: Inject[KeyAlgebra, F]): Free[F, Option[ByteString]]

  31. def rename[F[_]](key: ByteString, name: ByteString)(implicit arg0: Functor[F], I: Inject[KeyAlgebra, F]): Free[F, Status]

  32. def renamenx[F[_]](key: ByteString, name: ByteString)(implicit arg0: Functor[F], I: Inject[KeyAlgebra, F]): Free[F, Boolean]

  33. def restore[F[_]](key: ByteString, value: ByteString, ttl: Option[Milliseconds] = None)(implicit arg0: Functor[F], I: Inject[KeyAlgebra, F]): Free[F, Status]

  34. def sort[F[_]](key: ByteString, by: Option[By] = None, limit: Option[Limit] = None, get: Seq[ByteString] = Nil, order: Order = Asc, alpha: Boolean = false, store: Option[ByteString] = None)(implicit arg0: Functor[F], I: Inject[KeyAlgebra, F]): Free[F, \/[Seq[ByteString], Long]]

  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  36. def toString(): String

    Definition Classes
    AnyRef → Any
  37. def ttl[F[_]](key: ByteString)(implicit arg0: Functor[F], I: Inject[KeyAlgebra, F]): Free[F, Option[Seconds]]

  38. def type[F[_]](key: ByteString)(implicit arg0: Functor[F], I: Inject[KeyAlgebra, F]): Free[F, Option[data.Type]]

  39. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from InjectFunctions

Inherited from AnyRef

Inherited from Any

Ungrouped