ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / Managing databases / Big Data / Managing REDIS databases
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
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
redisTypeBufferResult type: The result corresponds to a buffer.redisResponse type
redisTypeIntResult type: The result is an integer. redisResponse type
redisTypeErrorResult type: The result corresponds to an error.redisResponse type
redisTypeNilResult type: The result has no value.redisResponse type
redisTypeStatusResult type: The result corresponds to a report.redisResponse type
redisTypeArrayResult type: 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
redisTypeBufferResult type: The result corresponds to a buffer.redisResponse type
redisTypeIntResult type: The result is an integer. redisResponse type
redisTypeErrorResult type: The result corresponds to an error.redisResponse type
redisTypeNilResult type: The result has no value.redisResponse type
redisTypeStatusResult type: The result corresponds to a report.redisResponse type
redisTypeArrayResult type: 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: 09/21/2024

Send a report | Local help