ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WDOptimizer: Overview
The different operations that can be performed with WDOptimizer are as follows......
RedisGet (Function)
Gets the value of a key from a Redis server as a string.
WDOptimizer: Optimizing indices
WDOptimizer includes multiple modes to optimize indices......
2024 new features brochure: WINDEV new features
WINDEV 2024 new features in the 2024 New Features brochure....
RedisSet (Function)
Changes the value of a key on a Redis server.
HSetREP (Function)
Enables or disables the management of .REP file.
HListREP (Function)
Returns the list of assignments for the tables handled by the current application, which means the list of physical files corresponding to the files described in the database schema.
<redisConnection>.PipelineAdd (Function)
Adds a Redis command in a pipeline.
Creating and handling an item
The main operations that can be performed on an item are as follows......
RedisConnect (Function)
Opens a connection to a Redis server (or cluster).
<redisConnection>.ExecuteCommand (Function)
Executes a command on a Redis server and retrieves the result.
RedisSubscribe (Function)
Subscribes to a Redis broadcast channel.
RedisUnsubscribe (Function)
Cancels a subscription to a Redis broadcast channel.
RedisPipelineAdd (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.
RedisExecuteCommand (Function)
Executes a command on a Redis server and retrieves the result.
RedisPipelineReset (Function)
Ignores the results of the execution of a Redis command that was added by RedisPipelineAdd.
RedisPipelineGet (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.