AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Administrar bases de datos / Big Data / Gestión de bases de datos REDIS
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
Opens a connection to a Redis server (or cluster).
Example
gRedis is redisConnection
gRedis.Server = "MyRedisServer:7001"
IF gRedis.Connect() = False THEN
ErrorInfo()
END
Syntax
<Result> = <Connection>.Connect()
<Result>: Boolean
  • True if the connection was established,
  • False otherwise. ErrorInfo is used to identify the error. For more details, see the documentation about Redis.
<Connection>: redisConnection variable
Name of the redisConnection variable that corresponds to the connection to a Redis server (or cluster).
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