ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

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
Gets the value of a key from a Redis server as a string.
Remark: To get the value of a key as a binary string, use <redisConnection>.ExecuteCommand.
Example
gRedis is redisConnection
gRedis.Server = "MyRedisServer:7001"
 
gRedis.Set("MyKey", "MyValue", 0 s)
Trace(gRedis.Get("MyKey"))
Syntax
<Result> = <Connection>.Retrieves(<Key>)
<Result>: Character string
  • Key value.
  • Null, if the key has no value.
<Connection>: Connection variable
Name of the redisConnection variable that corresponds to the Redis server connection.
<Key>: Character string
Name of the key to get.
Component: wd290big.dll
Minimum version required
  • Version 26
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/21/2023

Send a report | Local help