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 Memcached server.
Example
Results is array of memcachedResult = MemcachedGet(memConnection, ["key1", "key2"])
Syntax

Retrieving the value of a key Hide the details

<Result> = MemcacheGet(<Connection> , <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.
<Key>: Character string
Key to find.

Retrieving the values of a set of keys Hide the details

<Result> = MemcacheGet(<Connection> , <Keys>)
<Result>: Array of memcachedResult
Array of memcachedResult variables containing the found keys.
<Connection>: memcachedConnection variable
Name of the memcachedConnection variable that corresponds to the connection to Memcached.
<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