ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Managing databases / Big Data / Managing REDIS databases
  • Operations when unsubscribing
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
Cancels a subscription to a Redis broadcast channel.
Example
RedisUnsubscribe(gRedis, "MyChannel")
Syntax
<Result> = RedisUnsubscribe(<Connection> , <Channel>)
<Result>: Boolean
  • True if the operation was performed,
  • False otherwise.
<Connection>: redisConnection variable
Name of the redisConnection variable that corresponds to the Redis server connection.
<Channel>: Character string
Name of the channel from which the application will unsubscribe.
Remarks

Operations when unsubscribing

When unsubscribing, the procedure specified in RedisSubscribe will be executed.
Business / UI classification: Business Logic
Component: wd270big.dll
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