trait StringCommands[F[_], K, V] extends Getter[F, K, V] with Setter[F, K, V] with MultiKey[F, K, V] with Decrement[F, K, V] with Increment[F, K, V] with Unsafe[F, K, V]

Source
strings.scala
Linear Supertypes
Unsafe[F, K, V], Increment[F, K, V], Decrement[F, K, V], MultiKey[F, K, V], Setter[F, K, V], Getter[F, K, V], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StringCommands
  2. Unsafe
  3. Increment
  4. Decrement
  5. MultiKey
  6. Setter
  7. Getter
  8. AnyRef
  9. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def append(key: K, value: V): F[Unit]
    Definition Classes
    Setter
  2. abstract def decr(key: K): F[Long]
    Definition Classes
    Decrement
  3. abstract def decrBy(key: K, amount: Long): F[Long]
    Definition Classes
    Decrement
  4. abstract def get(key: K): F[Option[V]]
    Definition Classes
    Getter
  5. abstract def getEx(key: K, getExArg: GetExArg): F[Option[V]]
    Definition Classes
    Getter
  6. abstract def getRange(key: K, start: Long, end: Long): F[Option[V]]
    Definition Classes
    Getter
  7. abstract def getSet(key: K, value: V): F[Option[V]]
    Definition Classes
    Setter
  8. abstract def incr(key: K): F[Long]
    Definition Classes
    Increment
  9. abstract def incrBy(key: K, amount: Long): F[Long]
    Definition Classes
    Increment
  10. abstract def incrByFloat(key: K, amount: Double): F[Double]
    Definition Classes
    Increment
  11. abstract def mGet(keys: Set[K]): F[Map[K, V]]
    Definition Classes
    MultiKey
  12. abstract def mSet(keyValues: Map[K, V]): F[Unit]
    Definition Classes
    MultiKey
  13. abstract def mSetNx(keyValues: Map[K, V]): F[Boolean]
    Definition Classes
    MultiKey
  14. abstract def set(key: K, value: V, setArgs: SetArgs): F[Boolean]
    Definition Classes
    Setter
  15. abstract def set(key: K, value: V): F[Unit]
    Definition Classes
    Setter
  16. abstract def setEx(key: K, value: V, expiresIn: FiniteDuration): F[Unit]
    Definition Classes
    Setter
  17. abstract def setNx(key: K, value: V): F[Boolean]
    Definition Classes
    Setter
  18. abstract def setRange(key: K, value: V, offset: Long): F[Unit]
    Definition Classes
    Setter
  19. abstract def strLen(key: K): F[Option[Long]]
    Definition Classes
    Getter
  20. abstract def unsafe[A](f: (RedisClusterAsyncCommands[K, V]) => RedisFuture[A]): F[A]

    USE WITH CAUTION! It gives you access to the underlying Java API.

    USE WITH CAUTION! It gives you access to the underlying Java API.

    Useful whenever Redis4cats does not yet support the operation you're looking for.

    Definition Classes
    Unsafe
  21. abstract def unsafeSync[A](f: (RedisClusterAsyncCommands[K, V]) => A): F[A]

    USE WITH CAUTION! It gives you access to the underlying Java API.

    USE WITH CAUTION! It gives you access to the underlying Java API.

    Useful whenever Redis4cats does not yet support the operation you're looking for.

    Definition Classes
    Unsafe

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from StringCommands[F, K, V] toany2stringadd[StringCommands[F, K, V]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (StringCommands[F, K, V], B)
    Implicit
    This member is added by an implicit conversion from StringCommands[F, K, V] toArrowAssoc[StringCommands[F, K, V]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  8. def ensuring(cond: (StringCommands[F, K, V]) => Boolean, msg: => Any): StringCommands[F, K, V]
    Implicit
    This member is added by an implicit conversion from StringCommands[F, K, V] toEnsuring[StringCommands[F, K, V]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  9. def ensuring(cond: (StringCommands[F, K, V]) => Boolean): StringCommands[F, K, V]
    Implicit
    This member is added by an implicit conversion from StringCommands[F, K, V] toEnsuring[StringCommands[F, K, V]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: Boolean, msg: => Any): StringCommands[F, K, V]
    Implicit
    This member is added by an implicit conversion from StringCommands[F, K, V] toEnsuring[StringCommands[F, K, V]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean): StringCommands[F, K, V]
    Implicit
    This member is added by an implicit conversion from StringCommands[F, K, V] toEnsuring[StringCommands[F, K, V]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  20. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

  2. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from StringCommands[F, K, V] toStringFormat[StringCommands[F, K, V]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  3. def [B](y: B): (StringCommands[F, K, V], B)
    Implicit
    This member is added by an implicit conversion from StringCommands[F, K, V] toArrowAssoc[StringCommands[F, K, V]] 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.

Inherited from Unsafe[F, K, V]

Inherited from Increment[F, K, V]

Inherited from Decrement[F, K, V]

Inherited from MultiKey[F, K, V]

Inherited from Setter[F, K, V]

Inherited from Getter[F, K, V]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromStringCommands[F, K, V] to any2stringadd[StringCommands[F, K, V]]

Inherited by implicit conversion StringFormat fromStringCommands[F, K, V] to StringFormat[StringCommands[F, K, V]]

Inherited by implicit conversion Ensuring fromStringCommands[F, K, V] to Ensuring[StringCommands[F, K, V]]

Inherited by implicit conversion ArrowAssoc fromStringCommands[F, K, V] to ArrowAssoc[StringCommands[F, K, V]]

Ungrouped