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 only constants used by prefix syntaxes
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 result: The result is a buffer.redisResponse type
redisTypeIntType of result: The result is an integer. redisResponse type
redisTypeErrorType of result: The result is an error.redisResponse type
redisTypeNilType of result: The result has no value.redisResponse type
redisTypeStatusType of result: The result is a status.redisResponse type
redisTypeArrayType of result: The result is 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 result: The result corresponds to a buffer.redisResponse type
redisTypeIntType of result: The result is an integer. redisResponse type
redisTypeErrorType of result: The result is an error.redisResponse type
redisTypeNilType of result: The result has no value.redisResponse type
redisTypeStatusType of result: The result is a status.redisResponse type
redisTypeArrayType of result: The result is an array.redisResponse type
Minimum version required
  • Version 24
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 04/12/2024

Send a report | Local help