cpp_redis
4.0.0
cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
|
Classes | |
class | redis_connection |
class | tcp_client |
class | tcp_client_iface |
Functions | |
void | set_default_nb_workers (std::size_t nb_threads) |
void cpp_redis::network::set_default_nb_workers | ( | std::size_t | nb_threads | ) |
set the number of workers to be assigned for the default io service
nb_threads | the number of threads to be assigned |