Protocol

final
class Protocol {}

Members

Enums

Command
enum Command
Undocumented in source.
Keyword
enum Keyword
Undocumented in source.

Static functions

read
Object read(RedisInputStream inputStream)
Undocumented in source. Be warned that the author may not have intended to support it.
readErrorLineIfPossible
string readErrorLineIfPossible(RedisInputStream inputStream)
Undocumented in source. Be warned that the author may not have intended to support it.
sendCommand
void sendCommand(RedisOutputStream os, Command command, const(ubyte)[][] args)
Undocumented in source. Be warned that the author may not have intended to support it.
toByteArray
const(ubyte)[] toByteArray(bool value)
Undocumented in source. Be warned that the author may not have intended to support it.
toByteArray
const(ubyte)[] toByteArray(int value)
Undocumented in source. Be warned that the author may not have intended to support it.
toByteArray
const(ubyte)[] toByteArray(long value)
Undocumented in source. Be warned that the author may not have intended to support it.
toByteArray
const(ubyte)[] toByteArray(double value)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

ASTERISK_BYTE
enum byte ASTERISK_BYTE;
Undocumented in source.
BYTES_FALSE
enum const(ubyte)[] BYTES_FALSE;
Undocumented in source.
BYTES_TILDE
enum const(ubyte)[] BYTES_TILDE;
Undocumented in source.
BYTES_TRUE
enum const(ubyte)[] BYTES_TRUE;
Undocumented in source.
CHARSET
enum string CHARSET;
Undocumented in source.
CLUSTER_ADDSLOTS
enum string CLUSTER_ADDSLOTS;
Undocumented in source.
CLUSTER_COUNTKEYINSLOT
enum string CLUSTER_COUNTKEYINSLOT;
Undocumented in source.
CLUSTER_DELSLOTS
enum string CLUSTER_DELSLOTS;
Undocumented in source.
CLUSTER_FAILOVER
enum string CLUSTER_FAILOVER;
Undocumented in source.
CLUSTER_FLUSHSLOT
enum string CLUSTER_FLUSHSLOT;
Undocumented in source.
CLUSTER_FORGET
enum string CLUSTER_FORGET;
Undocumented in source.
CLUSTER_GETKEYSINSLOT
enum string CLUSTER_GETKEYSINSLOT;
Undocumented in source.
CLUSTER_INFO
enum string CLUSTER_INFO;
Undocumented in source.
CLUSTER_KEYSLOT
enum string CLUSTER_KEYSLOT;
Undocumented in source.
CLUSTER_MEET
enum string CLUSTER_MEET;
Undocumented in source.
CLUSTER_NODES
enum string CLUSTER_NODES;
Undocumented in source.
CLUSTER_REPLICATE
enum string CLUSTER_REPLICATE;
Undocumented in source.
CLUSTER_RESET
enum string CLUSTER_RESET;
Undocumented in source.
CLUSTER_SAVECONFIG
enum string CLUSTER_SAVECONFIG;
Undocumented in source.
CLUSTER_SETSLOT
enum string CLUSTER_SETSLOT;
Undocumented in source.
CLUSTER_SETSLOT_IMPORTING
enum string CLUSTER_SETSLOT_IMPORTING;
Undocumented in source.
CLUSTER_SETSLOT_MIGRATING
enum string CLUSTER_SETSLOT_MIGRATING;
Undocumented in source.
CLUSTER_SETSLOT_NODE
enum string CLUSTER_SETSLOT_NODE;
Undocumented in source.
CLUSTER_SETSLOT_STABLE
enum string CLUSTER_SETSLOT_STABLE;
Undocumented in source.
CLUSTER_SLAVES
enum string CLUSTER_SLAVES;
Undocumented in source.
CLUSTER_SLOTS
enum string CLUSTER_SLOTS;
Undocumented in source.
COLON_BYTE
enum byte COLON_BYTE;
Undocumented in source.
DEFAULT_DATABASE
enum int DEFAULT_DATABASE;
Undocumented in source.
DEFAULT_HOST
enum string DEFAULT_HOST;
Undocumented in source.
DEFAULT_MAX_ATTEMPTS
enum int DEFAULT_MAX_ATTEMPTS;
Undocumented in source.
DEFAULT_PORT
enum int DEFAULT_PORT;
Undocumented in source.
DEFAULT_SENTINEL_PORT
enum int DEFAULT_SENTINEL_PORT;
Undocumented in source.
DEFAULT_TIMEOUT
enum int DEFAULT_TIMEOUT;
Undocumented in source.
DOLLAR_BYTE
enum byte DOLLAR_BYTE;
Undocumented in source.
MINUS_BYTE
enum byte MINUS_BYTE;
Undocumented in source.
NEGATIVE_INFINITY_BYTES
enum const(ubyte)[] NEGATIVE_INFINITY_BYTES;
Undocumented in source.
PLUS_BYTE
enum byte PLUS_BYTE;
Undocumented in source.
POSITIVE_INFINITY_BYTES
enum const(ubyte)[] POSITIVE_INFINITY_BYTES;
Undocumented in source.
PUBSUB_CHANNELS
enum string PUBSUB_CHANNELS;
Undocumented in source.
PUBSUB_NUMSUB
enum string PUBSUB_NUMSUB;
Undocumented in source.
PUBSUB_NUM_PAT
enum string PUBSUB_NUM_PAT;
Undocumented in source.
SENTINEL_FAILOVER
enum string SENTINEL_FAILOVER;
Undocumented in source.
SENTINEL_GET_MASTER_ADDR_BY_NAME
enum string SENTINEL_GET_MASTER_ADDR_BY_NAME;
Undocumented in source.
SENTINEL_MASTERS
enum string SENTINEL_MASTERS;
Undocumented in source.
SENTINEL_MONITOR
enum string SENTINEL_MONITOR;
Undocumented in source.
SENTINEL_REMOVE
enum string SENTINEL_REMOVE;
Undocumented in source.
SENTINEL_RESET
enum string SENTINEL_RESET;
Undocumented in source.
SENTINEL_SET
enum string SENTINEL_SET;
Undocumented in source.
SENTINEL_SLAVES
enum string SENTINEL_SLAVES;
Undocumented in source.

Meta