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
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
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