File Redis.cpp
-
namespace faabric
-
namespace redis
Functions
-
UniqueRedisReply wrapReply(redisReply *r)
-
UniqueRedisReply safeRedisCommand(redisContext *c, const char *format, ...)
-
long getLongFromReply(const redisReply &reply)
-
std::vector<uint8_t> getBytesFromReply(const redisReply &reply)
-
void getBytesFromReply(const std::string &key, const redisReply &reply, uint8_t *buffer, size_t bufferLen)
-
long extractScriptResult(const redisReply &reply)
—— Lua scripts ——
-
std::set<std::string> extractStringSetFromReply(const redisReply &reply)
-
UniqueRedisReply wrapReply(redisReply *r)
-
namespace redis