AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Administrar bases de datos / Big Data / Gestión de bases de datos Memcached
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
Retrieves the values of keys stored on a group of Memcached servers.
Example
Results is array of memcachedResult
Results = MemcachedGetKeyGroup(memConnection, "grp", ["key1", "key2"])
Syntax

Retrieving the value of a key Hide the details

<Result> = MemcachedGetKeyGroup(<Connection> , <Group> , <Key>)
<Result>: memcachedResult variable
memcachedResult variable that corresponds to the desired key. If the key is not found, the Key and Value properties of the memcachedResult variable will be empty.
<Connection>: memcachedConnection variable
Name of the memcachedConnection variable that corresponds to the connection to Memcached.
<Group>: Character string
Key section used to choose the server that will be used.
<Key>: Character string
Key to find.

Retrieving the value of several keys Hide the details

<Result> = MemcachedGetKeyGroup(<Connection> , <Group> , <Keys>)
<Result>: Array of memcachedResult variables
Array of memcachedResult variables corresponding to the keys found.
<Connection>: memcachedConnection variable
Name of the memcachedConnection variable that corresponds to the connection to Memcached.
<Group>: Character string
Key section used to choose the server that will be used.
<Keys>: Array of character strings
Name of the Array variable that contains the desired keys.
Component: wd290big.dll
Versión mínima requerida
  • Versión 23
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local