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
Display constants used by prefix syntaxes only
The following constants are used by the Redisxxx functions in standard syntax:
ConstantDetailsFunction
redisSubscribeThe application has just subscribed to the specified channel. RedisSubscribe
redisDisconnectionThe connection to the Redis server has been lost.RedisSubscribe
redisUnsubscribeThe application has just unsubscribed from the specified channel. RedisSubscribe
redisMessageThe application has just received a message. RedisSubscribe
redisTypeBufferType of the result: The result corresponds to a buffer.redisResponse type
redisTypeIntType of the result: The result corresponds to an integer. redisResponse type
redisTypeErrorType of the result: The result corresponds to an error.redisResponse type
redisTypeNilType of the result: The result has no value.redisResponse type
redisTypeStatusType of the result: The result corresponds to a status.redisResponse type
redisTypeArrayType of the result: The result corresponds to an array.redisResponse type
The following constants are used by the Redisxxx functions in prefix syntax:
ConstantDetailsFunction
redisSubscribeThe application has just subscribed to the specified channel. <redisConnection>.Subscribe
redisDisconnectionThe connection to the Redis server has been lost.<redisConnection>.Subscribe
redisUnsubscribeThe application has just unsubscribed from the specified channel. <redisConnection>.Subscribe
redisMessageThe application has just received a message. <redisConnection>.Subscribe
redisTypeBufferType of the result: The result corresponds to a buffer.redisResponse type
redisTypeIntType of the result: The result corresponds to an integer. redisResponse type
redisTypeErrorType of the result: The result corresponds to an error.redisResponse type
redisTypeNilType of the result: The result has no value.redisResponse type
redisTypeStatusType of the result: The result corresponds to a status.redisResponse type
redisTypeArrayType of the result: The result corresponds to an array.redisResponse type
Minimum version required
  • Version 24
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/02/2023

Send a report | Local help