Packages

package commands

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final class HashCommands[K, V] extends AnyRef

    Exposes the set of redis hash commands.

    Exposes the set of redis hash commands.

    Does not yet support incrByFloat

    See also

    Hash commands reference.

  2. final class KeyCommands[K, V] extends AnyRef

    Exposes the set of redis key commands available.

    Exposes the set of redis key commands available.

    See also

    Key commands reference.

  3. class ListCommands[K, V] extends AnyRef

    Exposes the set of redis list commands available.

    Exposes the set of redis list commands available.

    See also

    List commands reference. Does not support bLPop, bRPop, bRPopLPush and lPushX.

  4. final class ServerCommands[K, V] extends AnyRef

    Exposes the set of redis **server** commands available.

    Exposes the set of redis **server** commands available.

    Note

    Does yet not support clientCaching, clientGetredir, commandCount, clientKill, bgRewriteAOF.

    See also

    Server commands reference.

  5. final class SetCommands[K, V] extends AnyRef

    Exposes the set of redis **set** commands available.

    Exposes the set of redis **set** commands available.

    See also

    Set commands reference.

  6. class SortedSetCommands[K, V] extends AnyRef

    Exposes the set of redis sorted set commands available.

    Exposes the set of redis sorted set commands available.

    Note

    Does yet not support zRevRange, zRevRangeWithScores, zRemRangeByRank.

    See also

    Sorted set commands reference.

  7. final class StringCommands[K, V] extends AnyRef

    Exposes the set of redis string commands available.

    Exposes the set of redis string commands available.

    Note

    Does not support bitfield.

    See also

    String commands reference.

Value Members

  1. object ListCommands
  2. object ServerCommands
  3. object SortedSetCommands

Ungrouped