Commands
AOF
Downloads the AOF starting from pos and keeps the connection alive
AOFMD5
Performs a checksum on a portion of the aof
AOFSHRINK
Shrinks the aof in the background
AUTH
Authenticate to the server
BOUNDS
Get the combined bounds of all the objects in a key
CHANS
Finds all channels matching a pattern
CONFIG GET
Get the value of a configuration parameter
CONFIG REWRITE
Rewrite the configuration file with the in memory configuration
CONFIG SET
Set a configuration parameter to the given value
DEL
Delete an id from a key
DELCHAN
Removes a channel
DELHOOK
Removes a webhook
DROP
Remove a key from the database
EVAL
Evaluates a Lua script
EVALNA
Evaluates a Lua script in a non-atomic fashion
EVALNASHA
Evaluates, in a non-atomic fashion, a Lua script cached on the server by its SHA1 digest
EVALRO
Evaluates a read-only Lua script
EVALROSHA
Evaluates a read-only Lua script cached on the server by its SHA1 digest
EVALSHA
Evaluates a Lua script cached on the server by its SHA1 digest
EXISTS
Checks to see if a id exists
EXPIRE
Set a timeout on an id
FEXISTS
Checks to see if a field exists on a id
FGET
Gets the value for the field of an id
FLUSHDB
Removes all keys
FOLLOW
Follows a leader host
FSET
Set the value for one or more fields of an id
GC
Forces a garbage collection
GET
Get the object of an id
HEALTHZ
Healthchecks on leader and follower
HOOKS
Finds all hooks matching a pattern
INFO
Gets information about the server
INTERSECTS
Searches for ids that intersect an area
JDEL
Delete a value from a JSON document
JGET
Get a value from a JSON document
JSET
Set a value in a JSON document
KEYS
Finds all keys matching the given pattern
NEARBY
Searches for ids that are nearby a point
OUTPUT
Gets or sets the output format for the current connection.
PDEL
Removes all objects matching a pattern
PDELCHAN
Removes all channels matching a pattern
PDELHOOK
Removes all hooks matching a pattern
PERSIST
Remove the existing timeout on an id
PING
Ping the server
PSUBSCRIBE
Subscribes the client to the given patterns
QUIT
Close the connection
READONLY
Turns on or off readonly mode
RENAME
Rename a key to be stored under a different name.
RENAMENX
Rename a key to be stored under a different name, if a new key does not exist.
ROLE
Gets information about the leader/follower status
SCAN
Incrementally iterate though a key
SCRIPT EXISTS
Returns information about the existence of the scripts in server cache
SCRIPT FLUSH
Flushes the server cache of Lua scripts
SCRIPT LOAD
Loads the compiled version of a script into the server cache, without executing
SEARCH
Search for string values in a key
SERVER
Show server stats and details
SET
Sets the value of an id
SETCHAN
Creates a pubsub channel which points to geofenced search
SETHOOK
Creates a webhook which points to geofenced search
STATS
Show stats for one or more keys
SUBSCRIBE
Subscribe to a geofence channel
TEST
Performs spatial test
TIMEOUT
Runs the following command with the timeout
TTL
Get a timeout on an id
WITHIN
Searches for ids that completely within the area