Function getFastRedisClient
Synopsis
#include <lib/inc/drogon/HttpAppFramework.h>
virtual nosql::RedisClientPtr getFastRedisClient(const std::string &name="default")=0
Description
Get a 'fast' redis client by name.
- Note
- This method must be called after the framework has been run.
Source
Line 1155 in lib/inc/drogon/HttpAppFramework.h.