Documentation ¶
Index ¶
Constants ¶
View Source
const ( CMDAuth = "AUTH" CMDSlaveOf = "SLAVEOF" CMDSubscribe = "SUBSCRIBE" CMDPublish = "PUBLISH" CMDUnsubscribe = "UNSUBSCRIBE" CMDBgRewriteAof = "BGREWRITEAOF" CMDRewriteAof = "REWRITEAOF" CMDFlushAll = "flushall" CMDFlushBb = "FLUSHDB" CMDSave = "SAVE" CMDSelect = "SELECT" CMDBgSave = "BGSAVE" CMDCopy = "COPY" )
server CMD COMMAND
View Source
const ( CMDMulti = "MULTI" CMDDiscard = "DISCARD" CMDExec = "EXEC" CMDWatch = "WATCH" )
db 事务命令
View Source
const (
CMDPing = "PING"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.