ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Category: Managing REDIS databases
27 results
<redisConnection variable>.Disconnect (Function)
Closes a connection to a Redis server (or cluster).
<redisConnection>.Connect (Function)
Opens a connection to a Redis server (or cluster).
<redisConnection>.ExecuteCommand (Function)
Executes a command on a Redis server and retrieves the result.
<redisConnection>.Get (Function)
Gets the value of a key from a Redis server as a string.
<redisConnection>.PipelineAdd (Function)
Adds a Redis command in a pipeline.
<redisConnection>.PipelineGet (Function)
Retrieves the result of the execution of a Redis command that was added by RedisPipelineAdd.
<redisConnection>.PipelineReset (Function)
Ignores the results of the execution of a Redis command that was added by RedisPipelineAdd.
<redisConnection>.Publish (Function)
Publishes a message on a Redis broadcast channel.
<redisConnection>.Set (Function)
Changes the value of a key on a Redis server.
<redisConnection>.Subscribe (Function)
Subscribes to a Redis broadcast channel.
<redisConnection>.Unsubscribe (Function)
Cancels a subscription to a Redis broadcast channel.
Redis databases constants (Big Data)
Determines whether two geometries are spatially equal, i.e. whether the first geometry is included in the second, and vice versa.
Redis functions
The following functions are used to manage a Redis database:
Redis functions (prefix syntax)
The following functions are used to manipulate Redis databases, using prefix syntax:
RedisConnect (Function)
Opens a connection to a Redis server (or cluster).
redisConnection (Variable type)
The redisConnection type is used to define all the advanced characteristics of a connection to a Redis server (or cluster).
RedisDisconnect (Function)
Closes a connection to a Redis server (or cluster).
RedisExecuteCommand (Function)
Executes a command on a Redis server and retrieves the result.
RedisGet (Function)
Gets the value of a key from a Redis server as a string.
RedisPipelineAdd (Function)
Adds a Redis command in a pipeline.
RedisPipelineGet (Function)
Retrieves the result of the execution of a Redis command that was added by RedisPipelineAdd.
RedisPipelineReset (Function)
Ignores the results of the execution of a Redis command that was added by RedisPipelineAdd.
RedisPublish (Function)
Publishes a message on a Redis broadcast channel.
redisResponse (Variable type)
The redisResponse type makes it possible to define all the advanced characteristics of a response received by RedisExecuteCommand or RedisPipelineGet.
RedisSet (Function)
Changes the value of a key on a Redis server.
RedisSubscribe (Function)
Subscribes to a Redis broadcast channel.
RedisUnsubscribe (Function)
Cancels a subscription to a Redis broadcast channel.