ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Managing databases / Big Data / Managing REDIS databases
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
The following functions are used to handle Redis databases, using prefix syntax:
<redisConnection>.ConnectOpens a connection to a Redis server (or cluster).
<redisConnection>.ExecuteCommandExecutes a command on a Redis server and retrieves the result.
<redisConnection>.GetGets the value of a key from a Redis server as a string.
<redisConnection>.PipelineAddAdds a Redis command in a pipeline.
<redisConnection>.PipelineGetRetrieves the result of the execution of a Redis command that was added by <redisConnection>.PipelineAdd.
<redisConnection>.PipelineResetIgnores the results of the execution of a Redis command that was added by <redisConnection>.PipelineAdd.
<redisConnection>.PublishPublishes a message on a Redis broadcast channel.
<redisConnection>.SetChanges the value of a key on a Redis server.
<redisConnection>.SubscribeSubscribes to a Redis broadcast channel.
<redisConnection>.UnsubscribeCancels a subscription to a Redis broadcast channel.
Minimum version required
  • Version 28
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/21/2023

Send a report | Local help