protocol

package
v0.0.0-...-db606fe Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 25, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const APPEND = "APPEND"
View Source
const ASKING = "ASKING"
View Source
const ASTERISKBYTE = "*"
View Source
const AUTH = "AUTH"
View Source
const BGREWRITEAOF = "BGREWRITEAOF"
View Source
const BGSAVE = "BGSAVE"
View Source
const BITCOUNT = "BITCOUNT"
View Source
const BITFIELD = "BITFIELD"
View Source
const BITOP = "BITOP"
View Source
const BITPOS = "BITPOS"
View Source
const BLANK = ""
View Source
const BLPOP = "BLPOP"
View Source
const BRPOP = "BRPOP"
View Source
const BRPOPLPUSH = "BRPOPLPUSH"
View Source
const CLIENT = "CLIENT"
View Source
const CLUSTER = "CLUSTER"
View Source
const COLON_BYTE = ":"
View Source
const CONFIG = "CONFIG"
View Source
const CRLF = "\r\n"
View Source
const DBSIZE = "DBSIZE"
View Source
const DEBUG = "DEBUG"
View Source
const DECR = "DECR"
View Source
const DECRBY = "DECRBY"
View Source
const DEL = "DEL"
View Source
const DISCARD = "DISCARD"
View Source
const DOLLARBYTE = "$"
View Source
const DUMP = "DUMP"
View Source
const ECHO = "ECHO"
View Source
const EVAL = "EVAL"
View Source
const EVALSHA = "EVALSHA"
View Source
const EXEC = "EXEC"
View Source
const EXISTS = "EXISTS"
View Source
const EXPIRE = "EXPIRE"
View Source
const EXPIREAT = "EXPIREAT"
View Source
const FLUSHALL = "FLUSHALL"
View Source
const FLUSHDB = "FLUSHDB"
View Source
const GEOADD = "GEOADD"
View Source
const GEODIST = "GEODIST"
View Source
const GEOHASH = "GEOHASH"
View Source
const GEOPOS = "GEOPOS"
View Source
const GEORADIUS = "GEORADIUS"
View Source
const GEORADIUSBYMEMBER = "GEORADIUSBYMEMBER"
View Source
const GET = "GET"
View Source
const GETBIT = "GETBIT"
View Source
const GETRANGE = "GETRANGE"
View Source
const GETSET = "GETSET"
View Source
const HDEL = "HDEL"
View Source
const HEXISTS = "HEXISTS"
View Source
const HGET = "HGET"
View Source
const HGETALL = "HGETALL"
View Source
const HINCRBY = "HINCRBY"
View Source
const HINCRBYFLOAT = "HINCRBYFLOAT"
View Source
const HKEYS = "HKEYS"
View Source
const HLEN = "HLEN"
View Source
const HMGET = "HMGET"
View Source
const HMSET = "HMSET"
View Source
const HSCAN = "HSCAN"
View Source
const HSET = "HSET"
View Source
const HSETNX = "HSETNX"
View Source
const HVALS = "HVALS"
View Source
const INCR = "INCR"
View Source
const INCRBY = "INCRBY"
View Source
const INCRBYFLOAT = "INCRBYFLOAT"
View Source
const INFO = "INFO"
View Source
const KEYS = "KEYS"
View Source
const LASTSAVE = "LASTSAVE"
View Source
const LINDEX = "LINDEX"
View Source
const LINSERT = "LINSERT"
View Source
const LLEN = "LLEN"
View Source
const LPOP = "LPOP"
View Source
const LPUSH = "LPUSH"
View Source
const LPUSHX = "LPUSHX"
View Source
const LRANGE = "LRANGE"
View Source
const LREM = "LREM"
View Source
const LSET = "LSET"
View Source
const LTRIM = "LTRIM"
View Source
const MGET = "MGET"
View Source
const MIGRATE = "MIGRATE"
View Source
const MINUS_BYTE = "-"
View Source
const MONITOR = "MONITOR"
View Source
const MOVE = "MOVE"
View Source
const MOVED = "-MOVED"
View Source
const MSET = "MSET"
View Source
const MSETNX = "MSETNX"
View Source
const MULTI = "MULTI"
View Source
const NONEXIST = "$-1"
View Source
const OBJECT = "OBJECT"
View Source
const OK = "+OK\r\n"
View Source
const PERSIST = "PERSIST"
View Source
const PEXPIRE = "PEXPIRE"
View Source
const PEXPIREAT = "PEXPIREAT"
View Source
const PFADD = "PFADD"
View Source
const PFCOUNT = "PFCOUNT"
View Source
const PFMERGE = "PFMERGE"
View Source
const PING = "PING"
View Source
const PLUSBYTE = "+"
View Source
const PONG = "PONG"
View Source
const PSETEX = "PSETEX"
View Source
const PSUBSCRIBE = "PSUBSCRIBE"
View Source
const PTTL = "PTTL"
View Source
const PUBLISH = "PUBLISH"
View Source
const PUBSUB = "PUBSUB"
View Source
const PUNSUBSCRIBE = "PUNSUBSCRIBE"
View Source
const QUEUED = "QUEUED"
View Source
const QUIT = "QUIT"
View Source
const RANDOMKEY = "RANDOMKEY"
View Source
const READONLY = "READONLY"
View Source
const RENAME = "RENAME"
View Source
const RENAMENX = "RENAMENX"
View Source
const RENAMEX = "RENAMEX"
View Source
const RESTORE = "RESTORE"
View Source
const RPOP = "RPOP"
View Source
const RPOPLPUSH = "RPOPLPUSH"
View Source
const RPUSH = "RPUSH"
View Source
const RPUSHX = "RPUSHX"
View Source
const SADD = "SADD"
View Source
const SAVE = "SAVE"
View Source
const SCAN = "SCAN"
View Source
const SCARD = "SCARD"
View Source
const SCRIPT = "SCRIPT"
View Source
const SDIFF = "SDIFF"
View Source
const SDIFFSTORE = "SDIFFSTORE"
View Source
const SELECT = "SELECT"
View Source
const SENTINEL = "SENTINEL"
View Source
const SET = "SET"
View Source
const SETBIT = "SETBIT"
View Source
const SETEX = "SETEX"
View Source
const SETNX = "SETNX"
View Source
const SETRANGE = "SETRANGE"
View Source
const SHUTDOWN = "SHUTDOWN"
View Source
const SINTER = "SINTER"
View Source
const SINTERSTORE = "SINTERSTORE"
View Source
const SISMEMBER = "SISMEMBER"
View Source
const SLAVEOF = "SLAVEOF"
View Source
const SLOWLOG = "SLOWLOG"
View Source
const SMEMBERS = "SMEMBERS"
View Source
const SMOVE = "SMOVE"
View Source
const SORT = "SORT"
View Source
const SPOP = "SPOP"
View Source
const SRANDMEMBER = "SRANDMEMBER"
View Source
const SREM = "SREM"
View Source
const SSCAN = "SSCAN"
View Source
const STRLEN = "STRLEN"
View Source
const SUBSCRIBE = "SUBSCRIBE"
View Source
const SUBSTR = "SUBSTR"
View Source
const SUNION = "SUNION"
View Source
const SUNIONSTORE = "SUNIONSTORE"
View Source
const SYNC = "SYNC"
View Source
const TIME = "TIME"
View Source
const TTL = "TTL"
View Source
const TYPE = "TYPE"
View Source
const UNSUBSCRIBE = "UNSUBSCRIBE"
View Source
const UNWATCH = "UNWATCH"
View Source
const WAIT = "WAIT"
View Source
const WATCH = "WATCH"
View Source
const ZADD = "ZADD"
View Source
const ZCARD = "ZCARD"
View Source
const ZCOUNT = "ZCOUNT"
View Source
const ZINCRBY = "ZINCRBY"
View Source
const ZINTERSTORE = "ZINTERSTORE"
View Source
const ZLEXCOUNT = "ZLEXCOUNT"
View Source
const ZRANGE = "ZRANGE"
View Source
const ZRANGEBYLEX = "ZRANGEBYLEX"
View Source
const ZRANGEBYSCORE = "ZRANGEBYSCORE"
View Source
const ZRANK = "ZRANK"
View Source
const ZREM = "ZREM"
View Source
const ZREMRANGEBYLEX = "ZREMRANGEBYLEX"
View Source
const ZREMRANGEBYRANK = "ZREMRANGEBYRANK"
View Source
const ZREMRANGEBYSCORE = "ZREMRANGEBYSCORE"
View Source
const ZREVRANGE = "ZREVRANGE"
View Source
const ZREVRANGEBYLEX = "ZREVRANGEBYLEX"
View Source
const ZREVRANGEBYSCORE = "ZREVRANGEBYSCORE"
View Source
const ZREVRANK = "ZREVRANK"
View Source
const ZSCAN = "ZSCAN"
View Source
const ZSCORE = "ZSCORE"
View Source
const ZUNIONSTORE = "ZUNIONSTORE"

Variables

This section is empty.

Functions

func SafeEncode

func SafeEncode(arg string) []byte

func SafeEncodeInt

func SafeEncodeInt(arg int64) []byte

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL