ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

New WINDEV and WEBDEV 2024 feature!
Help / WLanguage / Managing databases / Big Data / Managing REDIS databases
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
Closes a connection to a Redis server (or cluster).
Example
gRedis is redisConnection
gRedis.Server = "MyRedisServer:7001"
IF RedisConnect(gRedis) THEN
    RedisDisconnect(gRedis)
END
Syntax
RedisDisconnect(<Connection>)
<Connection>: redisConnection variable
Name of the redisConnection variable that corresponds to the Redis server connection.
Component: wd290big.dll
Minimum version required
  • Version 2024
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 04/12/2024

Send a report | Local help