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
Opens a connection to a Redis server (or cluster).
New in version 2025
This function can also be used to manipulate data on a Valkey server.
Example
gRedis is redisConnection
gRedis.Server = "MonServeurRedis:7001"
IF RedisConnect(gRedis) = False THEN
	ErrorInfo()
END
Syntax
<Result> = RedisConnect(<Connection>)
<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: wd300big.dll
Minimum version required
  • Version 24
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/28/2025

Send a report | Local help