</>
Tutorials

Memcached Tutorial

  • Memcached - Stats Slabs
    Memcached stats slabs command displays slabs statistics such as size, memory usage, commands, count etc. organized by slabs ID.
  • Memcached - Add Data
    Memcached add command is used to set a value to a new key. If the key already exists, then it gives the output NOT_STORED.
  • Memcached Tutorial
    Memcached is an open source, high-performance, distributed memory object caching system. This tutorial provides a basic understanding of all the relevant concepts of Memcached needed to create and deploy a highly scalable and performance-oriented system.
  • Memcached - Overview
    Memcached is an open source, high-performance, distributed memory caching system intended to speed up dynamic web applications by reducing the database load. It is a key-value dictionary of strings, objects, etc., stored in the memory, resulting from database calls, API calls, or page rendering.
  • Memcached - Delete Key
    Memcached delete command is used to delete an existing key from the Memcached server.
  • Memcached - Append Data
    Memcached append command is used to add some data in an existing key. The data is stored after the existing data of the key.
Page 1 / 6Next