libmemcached-awesome
1.1
  • Introduction
  • libmemcached API
    • Basics
    • Working with Data
    • Messages and Errors
    • Advanced Topics
    • Deprecated Functionality
  • libmemcachedutil API
  • libhashkit API
  • Client Applications
  • Miscellaneous
  • Change Logs
  • Known issues
  • Copyright
libmemcached-awesome
  • Docs »
  • libmemcached API
  • Edit on GitHub

libmemcached APIΒΆ

Basics

  • Basics
    • Creating and destroying a memcached_st
    • Retrieving data from the server
    • Storing data on the server
    • Deleting data from a server
    • Disconnecting a client from a server

Working with Data

  • Working with Data
    • Incrementing and Decrementing Values
    • Determine if a keys exists
    • Update expiration on a key
    • Flush and send buffered commands
    • Working with result sets
    • Appending or Prepending Data
    • Working with data on the server in an atomic fashion

Messages and Errors

  • Messages and Errors
    • Error Codes - memcached_return_t
    • Retrieving Error Codes and Messages
    • Converting Error Codes to Messages

Advanced Topics

  • Advanced Topics
    • Internal Behavior
      • Behaviors of the library
      • Library callbacks
      • Use custom allocators for embedded usage
      • Storing custom information in the client
    • Authentication, Encryption & Hashing
      • Set encryption key
      • Generating hash values directly
      • SASL support
    • Servers and Server Lists
      • Managing lists of servers
      • Managing the servers used by memcached_st
    • Affecting the memcached Daemon
      • Dumping data from a server
      • Wiping clean the contents of a server
      • Setting the verbosity of a server
    • Statistics
      • Analyzing servers
      • Working with statistical information from a server
      • Getting version information

Deprecated Functionality

  • Deprecated Functionality
    • memcached_fetch
Next Previous

© Copyright

Built with Sphinx using a theme provided by Read the Docs.