|
|
|
|
|
|
Category: Managing REDIS databases |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes a connection to a Redis server (or cluster). |
|
|
|
|
|
|
Opens a connection to a Redis server (or cluster). |
|
|
|
|
|
|
Executes a command on a Redis server and retrieves the result. |
|
|
|
|
|
|
Gets the value of a key from a Redis server as a string. |
|
|
|
|
|
|
Adds a Redis command in a pipeline. |
|
|
|
|
|
|
Retrieves the result of the execution of a Redis command that was added by RedisPipelineAdd. |
|
|
|
|
|
|
Ignores the results of the execution of a Redis command that was added by RedisPipelineAdd. |
|
|
|
|
|
|
Publishes a message on a Redis broadcast channel. |
|
|
|
|
|
|
Changes the value of a key on a Redis server. |
|
|
|
|
|
|
Subscribes to a Redis broadcast channel. |
|
|
|
|
|
|
Cancels a subscription to a Redis broadcast channel. |
|
|
|
|
|
|
Determines whether two geometries are spatially equal, i.e. whether the first geometry is included in the second, and vice versa. |
|
|
|
|
|
|
The following functions are used to manage a Redis database: |
|
|
|
|
|
|
The following functions are used to manipulate Redis databases, using prefix syntax: |
|
|
|
|
|
|
Opens a connection to a Redis server (or cluster). |
|
|
|
|
|
|
The redisConnection type is used to define all the advanced characteristics of a connection to a Redis server (or cluster). |
|
|
|
|
|
|
Closes a connection to a Redis server (or cluster). |
|
|
|
|
|
|
Executes a command on a Redis server and retrieves the result. |
|
|
|
|
|
|
Gets the value of a key from a Redis server as a string. |
|
|
|
|
|
|
Adds a Redis command in a pipeline. |
|
|
|
|
|
|
Retrieves the result of the execution of a Redis command that was added by RedisPipelineAdd. |
|
|
|
|
|
|
Ignores the results of the execution of a Redis command that was added by RedisPipelineAdd. |
|
|
|
|
|
|
Publishes a message on a Redis broadcast channel. |
|
|
|
|
|
|
Changes the value of a key on a Redis server. |
|
|
|
|
|
|
Subscribes to a Redis broadcast channel. |
|
|
|
|
|
|
Cancels a subscription to a Redis broadcast channel. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|