Amazon ElastiCache for Memcached

Amazon ElastiCache for Memcached

High-speed caching with Memcached.

10K+

22 Tools

Packaged by
Requires Configuration
Add to Docker Desktop

Version 4.43 or later needs to be installed to add the server automatically

Tools

NameDescription
cache_addAdd a value to the cache only if the key doesn't exist.
cache_appendAppend a string to an existing value.
cache_casSet a value using CAS (Check And Set).
cache_decrDecrement a counter in the cache.
cache_deleteDelete a value from the cache.
cache_delete_manyDelete multiple values from the cache.
cache_delete_multiDelete multiple values from the cache (alias for delete_many).
cache_flush_allFlush all cache entries.
cache_getGet a value from the cache.
cache_get_manyGet multiple values from the cache.
cache_get_multiGet multiple values from the cache (alias for get_many).
cache_getsGet a value and its CAS token from the cache.
cache_incrIncrement a counter in the cache.
cache_prependPrepend a string to an existing value.
cache_quitClose the connection to the cache server. Returns: Success message or error message
cache_replaceReplace a value in the cache only if the key exists.
cache_setSet a value in the cache.
cache_set_manySet multiple values in the cache.
cache_set_multiSet multiple values in the cache (alias for set_many).
cache_statsGet cache statistics.
cache_touchUpdate the expiration time for a key.
cache_versionGet the version of the cache server. Returns: Version string or error message
Related servers