trait KeyBaseP extends AnyRef

Source
KeyP.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KeyBaseP
  2. AnyRef
  3. 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

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 KeyBaseP toany2stringadd[KeyBaseP] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (KeyBaseP, B)
    Implicit
    This member is added by an implicit conversion from KeyBaseP toArrowAssoc[KeyBaseP] 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]) @native()
  8. final def del(keys: OneOrMoreKeys): Aux[NonNegInt]
  9. final def dump(key: Key): Aux[Option[Bulk]]
  10. def ensuring(cond: (KeyBaseP) => Boolean, msg: => Any): KeyBaseP
    Implicit
    This member is added by an implicit conversion from KeyBaseP toEnsuring[KeyBaseP] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: (KeyBaseP) => Boolean): KeyBaseP
    Implicit
    This member is added by an implicit conversion from KeyBaseP toEnsuring[KeyBaseP] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean, msg: => Any): KeyBaseP
    Implicit
    This member is added by an implicit conversion from KeyBaseP toEnsuring[KeyBaseP] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean): KeyBaseP
    Implicit
    This member is added by an implicit conversion from KeyBaseP toEnsuring[KeyBaseP] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. final def exists(keys: OneOrMoreKeys): Aux[Option[PosInt]]
  17. final def expire(key: Key, seconds: NonNegInt): Aux[Boolean]
  18. final def expireat(key: Key, seconds: NonNegInt): Aux[Boolean]
  19. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  20. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from KeyBaseP toStringFormat[KeyBaseP] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def keys(pattern: GlobPattern): Aux[Seq[Key]]
  25. final def migrate(keys: TwoOrMoreKeys, host: Host, port: Port, dbIndex: DbIndex, timeout: NonNegInt, mode: KeyMigrateMode): Aux[|[NOKEY, OK]]
  26. final def migrate(key: Key, host: Host, port: Port, dbIndex: DbIndex, timeout: NonNegInt, mode: KeyMigrateMode): Aux[|[NOKEY, OK]]
  27. final def migrate(keys: TwoOrMoreKeys, host: Host, port: Port, dbIndex: DbIndex, timeout: NonNegInt): Aux[|[NOKEY, OK]]
  28. final def migrate(key: Key, host: Host, port: Port, dbIndex: DbIndex, timeout: NonNegInt): Aux[|[NOKEY, OK]]
  29. final def move(key: Key, db: DbIndex): Aux[Boolean]
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def persist(key: Key): Aux[Boolean]
  34. final def pexpire(key: Key, milliseconds: NonNegLong): Aux[Boolean]
  35. final def pexpireat(key: Key, millisecondsTimestamp: NonNegLong): Aux[Boolean]
  36. final def pttl(key: Key): Aux[KeyTTLResponse]
  37. final val randomkey: Aux[Option[Key]]
  38. final def rename(key: Key, newKey: Key): Aux[OK]
  39. final def renamenx(key: Key, newKey: Key): Aux[Boolean]
  40. final def restore(key: Key, ttl: NonNegLong, serializedValue: Bulk, mode: KeyRestoreMode, eviction: KeyRestoreEviction): Aux[OK]
  41. final def restore(key: Key, ttl: NonNegLong, serializedValue: Bulk, eviction: KeyRestoreEviction): Aux[OK]
  42. final def restore(key: Key, ttl: NonNegLong, serializedValue: Bulk, mode: KeyRestoreMode): Aux[OK]
  43. final def restore(key: Key, ttl: NonNegLong, serializedValue: Bulk): Aux[OK]
  44. final def scan(cursor: NonNegLong, pattern: GlobPattern, count: PosInt): Aux[Scan[Key]]
  45. final def scan(cursor: NonNegLong, count: PosInt): Aux[Scan[Key]]
  46. final def scan(cursor: NonNegLong, pattern: GlobPattern): Aux[Scan[Key]]
  47. final def scan(cursor: NonNegLong): Aux[Scan[Key]]
  48. final def sort(key: Key, destination: Key): Aux[NonNegInt]
  49. final def sort[A](key: Key, direction: Direction)(implicit arg0: Read[Bulk, A]): Aux[Seq[A]]
  50. final def sort[A](key: Key, offset: NonNegLong, count: PosLong)(implicit arg0: Read[Bulk, A]): Aux[Seq[A]]
  51. final def sort[A](key: Key, pattern: GlobPattern)(implicit arg0: Read[Bulk, A]): Aux[Seq[A]]
  52. final def sort[A](key: Key)(implicit arg0: Read[Bulk, A]): Aux[Seq[A]]
  53. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  54. def toString(): String
    Definition Classes
    AnyRef → Any
  55. final def touch(keys: OneOrMoreKeys): Aux[NonNegInt]
  56. final def ttl(key: Key): Aux[KeyTTLResponse]
  57. final def typeof(key: Key): Aux[Option[KeyType]]
  58. final def unlink(keys: OneOrMoreKeys): Aux[NonNegInt]
  59. final def wait(replicas: PosInt, timeout: PosLong): Aux[PosInt]
  60. final def wait(replicas: PosInt): Aux[PosInt]
  61. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  62. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  63. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  64. object keytypes
  65. object obj

Deprecated Value Members

  1. def [B](y: B): (KeyBaseP, B)
    Implicit
    This member is added by an implicit conversion from KeyBaseP toArrowAssoc[KeyBaseP] 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 AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromKeyBaseP to any2stringadd[KeyBaseP]

Inherited by implicit conversion StringFormat fromKeyBaseP to StringFormat[KeyBaseP]

Inherited by implicit conversion Ensuring fromKeyBaseP to Ensuring[KeyBaseP]

Inherited by implicit conversion ArrowAssoc fromKeyBaseP to ArrowAssoc[KeyBaseP]

Ungrouped