ifw-core 6.0.0
|
#include <string>
#include <fmt/format.h>
#include <sw/redis++/redis++.h>
#include <ifw/core/utils/bat/logger.hpp>
Go to the source code of this file.
Classes | |
class | ifw::core::utils::bat::DbInterfaceRedis |
Namespaces | |
namespace | ifw |
namespace | ifw::core |
namespace | ifw::core::utils |
namespace | ifw::core::utils::bat |
Config class source file. | |
Variables | |
const std::size_t | ifw::core::utils::bat::REDIS_CONNECTION_POOL_SIZE = 15 |
const int64_t | ifw::core::utils::bat::REDIS_CONNECTION_POOL_CONN_LIFETIME_MS = 30000 |
const int64_t | ifw::core::utils::bat::REDIS_WAIT_TIMEOUT_MS = 10000 |
const int64_t | ifw::core::utils::bat::REDIS_SOCKET_TIMEOUT_MS = 15000 |