libtokyocabinet Queue Storage Declarations More...
Go to the source code of this file.
Defines | |
#define | GEARMAN_QUEUE_TOKYOCABINET_MAX_KEY_LEN 4096 |
Functions | |
gearman_return_t | gearman_server_queue_libtokyocabinet_conf (gearman_conf_st *conf) |
gearman_return_t | gearman_queue_libtokyocabinet_init (gearman_server_st *server, gearman_conf_st *conf) |
gearman_return_t | gearman_queue_libtokyocabinet_deinit (gearman_server_st *server) |
gearman_return_t | gearmand_queue_libtokyocabinet_init (gearmand_st *gearmand, gearman_conf_st *conf) |
gearman_return_t | gearmand_queue_libtokyocabinet_deinit (gearmand_st *gearmand) |
libtokyocabinet Queue Storage Declarations
Definition in file queue_libtokyocabinet.h.
#define GEARMAN_QUEUE_TOKYOCABINET_MAX_KEY_LEN 4096 |
It is unclear from tokyocabinet's public headers what, if any, limit there is. 4k seems sane.
Definition at line 12 of file queue_libtokyocabinet.h.