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
The following functions are used to manage Memcached databases:
MemcachedAddAdds a new key/value couple into the Memcached cache.
MemcachedAddKeyGroupAdds a new key/value couple into the Memcached cache on a group of servers.
MemcachedAddPrefixAdds a value at the start of existing value in the cache for the given key.
MemcachedAddPrefixKeyGroupAdds a value at the start of existing value in the cache for the given key on a group of servers.
MemcachedAddSuffixAdds a value at the end of existing value in the cache for the given key.
MemcachedAddSuffixKeyGroupAdds a value at the end of existing value in the cache for the given key on a group of servers.
MemcachedAssignModifies a key/value couple in the Memcached cache:
  • If the key exists, the value is modified.
  • If the key does not exist, the key/value couple is added.
MemcachedAssignKeyGroupModifies a key/value couple in the Memcached cache on a group of servers:
  • If the key exists, the value is modified.
  • If the key does not exist, the key/value couple is added.
MemcachedCASModifies the value of a key if this one was not modified.
MemcachedCASKeyGroupModifies the value of a key on a group of servers if this one was not modified.
MemcachedDecrementDecrements the value associated with a key. The key is created if it does not exist.
MemcachedDecrementKeyGroupDecrements the value associated with a key on a group of servers.
MemcachedDeleteDeletes a key from the Memcached cache.
MemcachedDeleteKeyGroupDeletes a key from the Memcached cache on a group of servers.
MemcachedGetKeyGroupRetrieves the values of keys stored on a group of Memcached servers.
MemcachedIncrementIncrements the value associated with a key.
MemcachedIncrementKeyGroupIncrements the value associated with a key on a group of servers.
MemcachedModifyModifies a key/value couple in the Memcached cache.
MemcachedModifyKeyGroupModifies a key/value couple in the Memcached cache on a group of servers.
MemcacheGetRetrieves the values of keys stored on a Memcached server.
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 01/23/2023

Send a report | Local help