Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Handlers = map[string]func([]resp.Value) resp.Value{
"PING": ping,
"APPEND": append,
"DECR": decr,
"DECRBY": decrby,
"GET": get,
"GETDEL": getdel,
"GETEX": getex,
"GETRANGE": getrange,
"SET": set,
"HSET": hset,
"HGET": hget,
"RPOP": rpop,
"RPUSH": rpush,
}
All supported commands, grouped by command group, sorted alphabetically
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.