ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Managing databases / Big Data / Managing Memcached 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
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
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help