Documentation
¶
Index ¶
Constants ¶
View Source
const (
PONG = "PONG"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Echo ¶
Echo returns the given string. ECHO message https://redis.io/commands/echo
type Ping ¶
Returns the server's liveliness response. https://redis.io/commands/ping
type Select ¶ added in v0.5.3
Changes the selected database. Since Redka doesn't support multiple databases, this command is a no-op. SELECT index https://redis.io/commands/select
Click to show internal directories.
Click to hide internal directories.