trait KeyCommands[F[_], K] extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- KeyCommands
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def copy(source: K, destination: K, copyArgs: CopyArgs): F[Boolean]
- abstract def copy(source: K, destination: K): F[Boolean]
- abstract def del(k: K, keys: K*): F[Long]
- abstract def dump(key: K): F[Option[Array[Byte]]]
- abstract def exists(key: K, keys: K*): F[Boolean]
- abstract def expire(key: K, expiresIn: FiniteDuration, expireExistenceArg: ExpireExistenceArg): F[Boolean]
- abstract def expire(key: K, expiresIn: FiniteDuration): F[Boolean]
- abstract def expireAt(key: K, at: Instant, expireExistenceArg: ExpireExistenceArg): F[Boolean]
- abstract def expireAt(key: K, at: Instant): F[Boolean]
- abstract def objectIdletime(key: K): F[Option[FiniteDuration]]
- abstract def persist(key: K): F[Boolean]
- abstract def pttl(key: K): F[Option[FiniteDuration]]
- abstract def randomKey: F[Option[K]]
- abstract def restore(key: K, value: Array[Byte], restoreArgs: RestoreArgs): F[Unit]
- abstract def restore(key: K, value: Array[Byte]): F[Unit]
- abstract def scan(cursor: KeyScanCursor[K], keyScanArgs: KeyScanArgs): F[KeyScanCursor[K]]
- abstract def scan(keyScanArgs: KeyScanArgs): F[KeyScanCursor[K]]
- abstract def scan(previous: KeyScanCursor[K]): F[KeyScanCursor[K]]
- abstract def scan: F[KeyScanCursor[K]]
- abstract def ttl(key: K): F[Option[FiniteDuration]]
- abstract def typeOf(key: K): F[Option[RedisType]]
- abstract def unlink(key: K*): F[Long]
- abstract def scan(previous: KeyScanCursor[K], scanArgs: ScanArgs): F[KeyScanCursor[K]]
- Annotations
- @deprecated
- Deprecated
(Since version 1.7.2) In favor of scan(previous: KeyScanCursor[K], keyScanArgs: KeyScanArgs)
- abstract def scan(cursor: Long, scanArgs: ScanArgs): F[KeyScanCursor[K]]
- Annotations
- @deprecated
- Deprecated
(Since version 0.10.4) In favor of scan(cursor: KeyScanCursor[K], scanArgs: ScanArgs)
- abstract def scan(scanArgs: ScanArgs): F[KeyScanCursor[K]]
- Annotations
- @deprecated
- Deprecated
(Since version 1.7.2) In favor of scan(keyScanArgs: KeyScanArgs)
- abstract def scan(cursor: Long): F[KeyScanCursor[K]]
- Annotations
- @deprecated
- Deprecated
(Since version 0.10.4) In favor of scan(cursor: KeyScanCursor[K])
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- Implicit
- This member is added by an implicit conversion from KeyCommands[F, K] toany2stringadd[KeyCommands[F, K]] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- def ->[B](y: B): (KeyCommands[F, K], B)
- Implicit
- This member is added by an implicit conversion from KeyCommands[F, K] toArrowAssoc[KeyCommands[F, K]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def ensuring(cond: (KeyCommands[F, K]) => Boolean, msg: => Any): KeyCommands[F, K]
- Implicit
- This member is added by an implicit conversion from KeyCommands[F, K] toEnsuring[KeyCommands[F, K]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (KeyCommands[F, K]) => Boolean): KeyCommands[F, K]
- Implicit
- This member is added by an implicit conversion from KeyCommands[F, K] toEnsuring[KeyCommands[F, K]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): KeyCommands[F, K]
- Implicit
- This member is added by an implicit conversion from KeyCommands[F, K] toEnsuring[KeyCommands[F, K]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): KeyCommands[F, K]
- Implicit
- This member is added by an implicit conversion from KeyCommands[F, K] toEnsuring[KeyCommands[F, K]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from KeyCommands[F, K] toStringFormat[KeyCommands[F, K]] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.12.16) Use
formatString.format(value)
instead ofvalue.formatted(formatString)
, or use thef""
string interpolator. In Java 15 and later,formatted
resolves to the new method in String which has reversed parameters.
- def →[B](y: B): (KeyCommands[F, K], B)
- Implicit
- This member is added by an implicit conversion from KeyCommands[F, K] toArrowAssoc[KeyCommands[F, K]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->
instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.
This is the API documentation for the Redis4Cats library.