MemCacheClient
Classes | Defines | Functions

MemCacheClient.cpp File Reference

Basic memcached client. More...

#include <algorithm>
#include <stdint.h>
#include "sha1.h"
#include "Socket.h"
#include "MemCacheClient.h"
#include "Matilda.h"

Go to the source code of this file.

Classes

class  MemCacheClient::Server
 Abstraction of a server connection. More...
struct  MemCacheClient::ConsistentHash::MatchServer
struct  MemCacheClient::MemRequest::Sort
 Sort the requests into server order. More...

Defines

#define SHA_DIGEST_LENGTH   SHA1_DIGEST_LENGTH

Functions

void SHA1 (const unsigned char *d, size_t n, unsigned char *md)

Detailed Description

Basic memcached client.

Version:
2.0

Definition in file MemCacheClient.cpp.