Sha256: 7902ca2d8b07bc551ba2dda6992e1304e8c11a1d3b8b6fea639e17c67a524e4e
Contents?: true
Size: 588 Bytes
Versions: 27
Compression:
Stored size: 588 Bytes
Contents
#ifndef __CLIENT_OPTIONS_H__ #define __CLIENT_OPTIONS_H__ typedef struct memcached_help_text_st memcached_help_text_st; typedef enum { OPT_SERVERS= 's', OPT_VERSION= 'V', OPT_HELP= 'h', OPT_VERBOSE= 'v', OPT_DEBUG= 'd', OPT_ANALYZE= 'a', OPT_FLAG= 257, OPT_EXPIRE, OPT_SET, OPT_REPLACE, OPT_ADD, OPT_SLAP_EXECUTE_NUMBER, OPT_SLAP_INITIAL_LOAD, OPT_SLAP_TEST, OPT_SLAP_CONCURRENCY, OPT_SLAP_NON_BLOCK, OPT_SLAP_TCP_NODELAY, OPT_FLUSH, OPT_HASH, OPT_BINARY, OPT_UDP, OPT_USERNAME, OPT_PASSWD } memcached_options; #endif /* CLIENT_OPTIONS */
Version data entries
27 entries across 27 versions & 4 rubygems