redis and server | Mar 11, 2016
Resets the statistics reported by Redis using the INFO
command.
redis and server | Mar 11, 2016
The CONFIG GET
command is used to read the configuration parameters of a
running Redis server.
Not all the configuration parameters are supported in Redis 2.4, while Redis 2.6
can read the whole configuration of a server using this command.
redis and server | Mar 11, 2016
Returns @array-reply of details about all Redis commands.
More »redis and server | Mar 11, 2016
Returns @array-reply of details about multiple Redis commands.
More »redis and server | Mar 11, 2016
Returns @array-reply of keys from a full Redis command.
More »redis and server | Mar 11, 2016
Returns @integer-reply of number of total commands in this Redis server.
More »