AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Administrar bases de datos / Big Data / Gestión de bases de datos REDIS
  • 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
gRedis.Unsubscribe("MyChannel")
Syntax
<Result> = <Connection>.Unsubscribe(<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 <redisConnection>.Subscribe will be executed.
Business / UI classification: Business Logic
Component: wd290big.dll
Versión mínima requerida
  • Versión 26
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 21/06/2023

Señalar un error o enviar una sugerencia | Ayuda local