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)

—&#8212; Lua scripts —&#8212;

std::set<std::string> extractStringSetFromReply(const redisReply &reply)