This is the complete list of members for fun::RedisClient, including all inherited members.
| Append(const string &key, const string &value, const IntegerCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) | fun::RedisClient | |
| AppendSync(const string &key, const string &value, int64_t *out) (defined in fun::RedisClient) | fun::RedisClient | |
| BitCount(const string &key, const IntegerCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| BitCount(const string &key, int64_t start, int64_t end, const IntegerCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| BitCountSync(const string &key, int64_t *out) (defined in fun::RedisClient) | fun::RedisClient | |
| BitCountSync(const string &key, int64_t start, int64_t end, int64_t *out) (defined in fun::RedisClient) | fun::RedisClient | |
| BitOp(CommandOption operation, const string &dest_key, const StringList &keys, const IntegerCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| BitOpSync(CommandOption operation, const string &dest_key, const StringList &keys, int64_t *out) (defined in fun::RedisClient) | fun::RedisClient | |
| Callback typedef (defined in fun::RedisClient) | fun::RedisClient | |
| CommandOption enum name (defined in fun::RedisClient) | fun::RedisClient | |
| Create(const string &server_ip, int server_port, const string &auth_pass, size_t connection_count, bool invoke_as_event=true, size_t database=0) (defined in fun::RedisClient) | fun::RedisClient | static |
| Create(const string &master_name, const std::vector< string > &sentinel_addresses, const string &auth_pass, size_t connection_count, bool invoke_as_event=true, size_t database=0) (defined in fun::RedisClient) | fun::RedisClient | static |
| Decr(const string &key, const IntegerCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| DecrBy(const string &key, int64_t decrement, const IntegerCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| DecrBySync(const string &key, int64_t decrement, int64_t *out) (defined in fun::RedisClient) | fun::RedisClient | |
| DecrSync(const string &key, int64_t *out) (defined in fun::RedisClient) | fun::RedisClient | |
| Del(const string &key, const IntegerCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) | fun::RedisClient | |
| Del(const StringList &keys, const IntegerCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| DelSync(const string &key, int64_t *out) (defined in fun::RedisClient) | fun::RedisClient | |
| DelSync(const StringList &keys, int64_t *out) (defined in fun::RedisClient) | fun::RedisClient | |
| DisconnectCallback typedef (defined in fun::RedisClient) | fun::RedisClient | |
| DoubleCallback typedef (defined in fun::RedisClient) | fun::RedisClient | |
| DumpProfilingResult(Json *out) (defined in fun::RedisClient) | fun::RedisClient | |
| ExecuteCommand(const string &command_name, const std::vector< string > *arguments, const Callback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| ExecuteCommandSync(const string &command_name, const std::vector< string > *arguments, Result *result=NULL) (defined in fun::RedisClient) | fun::RedisClient | |
| Exists(const string &key, const IntegerCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| ExistsSync(const string &key, int64_t *out) (defined in fun::RedisClient) | fun::RedisClient | |
| Expire(const string &key, uint64_t seconds, const IntegerCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| ExpireSync(const string &key, uint64_t seconds, int64_t *out) (defined in fun::RedisClient) | fun::RedisClient | |
| Finalize(bool immediately=false) (defined in fun::RedisClient) | fun::RedisClient | |
| Get(const string &key, const StringCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| GetBit(const string &key, uint64_t offset, const IntegerCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| GetBitSync(const string &key, uint64_t offset, int64_t *out) (defined in fun::RedisClient) | fun::RedisClient | |
| GetConnectedConnectionCount() const (defined in fun::RedisClient) | fun::RedisClient | |
| GetRange(const string &key, int64_t start, int64_t end, const StringCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| GetRangeSync(const string &key, int64_t start, int64_t end, string *out) (defined in fun::RedisClient) | fun::RedisClient | |
| GetSet(const string &key, const string &value, const StringCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| GetSetSync(const string &key, const string &value, string *out) (defined in fun::RedisClient) | fun::RedisClient | |
| GetSync(const string &key, string *out) (defined in fun::RedisClient) | fun::RedisClient | |
| HDel(const string &key, const string &field, const IntegerCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| HDel(const string &key, const StringList &fields, const IntegerCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| HDelSync(const string &key, const string &field, int64_t *out) (defined in fun::RedisClient) | fun::RedisClient | |
| HDelSync(const string &key, const StringList &fields, int64_t *out) (defined in fun::RedisClient) | fun::RedisClient | |
| HExists(const string &key, const string &field, const IntegerCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) | fun::RedisClient | |
| HExistsSync(const string &key, const string &field, int64_t *out) (defined in fun::RedisClient) | fun::RedisClient | |
| HGet(const string &key, const string &field, const StringCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| HGetAll(const string &key, const StringPairListCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| HGetAllSync(const string &key, StringPairList *out) (defined in fun::RedisClient) | fun::RedisClient | |
| HGetSync(const string &key, const string &field, string *out) (defined in fun::RedisClient) | fun::RedisClient | |
| HIncrBy(const string &key, const string &field, int64_t increment, const IntegerCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| HIncrByFloat(const string &key, const string &field, double increment, const DoubleCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| HIncrByFloatSync(const string &key, const string &field, double increment, double *out) (defined in fun::RedisClient) | fun::RedisClient | |
| HIncrBySync(const string &key, const string &field, int64_t increment, int64_t *out) (defined in fun::RedisClient) | fun::RedisClient | |
| HKeys(const string &key, const StringListCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| HKeysSync(const string &key, StringList *out) (defined in fun::RedisClient) | fun::RedisClient | |
| HLen(const string &key, const IntegerCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| HLenSync(const string &key, int64_t *out) (defined in fun::RedisClient) | fun::RedisClient | |
| HMGet(const string &key, const StringList &fields, const StringListCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| HMGetSync(const string &key, const StringList &fields, StringList *out) (defined in fun::RedisClient) | fun::RedisClient | |
| HMSet(const string &key, const StringPairList &field_values, const StringCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| HMSetSync(const string &key, const StringPairList &field_values, string *out) (defined in fun::RedisClient) | fun::RedisClient | |
| HSet(const string &key, const string &field, const string &value, const IntegerCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| HSetNx(const string &key, const string &field, const string &value, const IntegerCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| HSetNxSync(const string &key, const string &field, const string &value, int64_t *out) (defined in fun::RedisClient) | fun::RedisClient | |
| HSetSync(const string &key, const string &field, const string &value, int64_t *out) (defined in fun::RedisClient) | fun::RedisClient | |
| HVals(const string &key, const StringListCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| HValsSync(const string &key, StringList *out) (defined in fun::RedisClient) | fun::RedisClient | |
| Incr(const string &key, const IntegerCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| IncrBy(const string &key, int64_t increment, const IntegerCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| IncrByFloat(const string &key, double increment, const DoubleCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| IncrByFloatSync(const string &key, double increment, double *out) (defined in fun::RedisClient) | fun::RedisClient | |
| IncrBySync(const string &key, int64_t increment, int64_t *out) (defined in fun::RedisClient) | fun::RedisClient | |
| IncrSync(const string &key, int64_t *out) (defined in fun::RedisClient) | fun::RedisClient | |
| Initialize() (defined in fun::RedisClient) | fun::RedisClient | |
| IntegerCallback typedef (defined in fun::RedisClient) | fun::RedisClient | |
| invoke_as_event() const (defined in fun::RedisClient) | fun::RedisClient | |
| kAFTER enum value (defined in fun::RedisClient) | fun::RedisClient | |
| kAND enum value (defined in fun::RedisClient) | fun::RedisClient | |
| kBEFORE enum value (defined in fun::RedisClient) | fun::RedisClient | |
| kDefaultSerializationTag (defined in fun::RedisClient) | fun::RedisClient | static |
| kEX enum value (defined in fun::RedisClient) | fun::RedisClient | |
| kNone enum value (defined in fun::RedisClient) | fun::RedisClient | |
| kNOT enum value (defined in fun::RedisClient) | fun::RedisClient | |
| kNX enum value (defined in fun::RedisClient) | fun::RedisClient | |
| kOR enum value (defined in fun::RedisClient) | fun::RedisClient | |
| kPX enum value (defined in fun::RedisClient) | fun::RedisClient | |
| kXOR enum value (defined in fun::RedisClient) | fun::RedisClient | |
| kXX enum value (defined in fun::RedisClient) | fun::RedisClient | |
| LIndex(const string &key, int64_t index, const StringCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| LIndexSync(const string &key, int64_t index, string *out) (defined in fun::RedisClient) | fun::RedisClient | |
| LInsert(const string &key, CommandOption before_or_after, const string &pivot, const string &value, const IntegerCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| LInsertSync(const string &key, CommandOption before_or_after, const string &pivot, const string &value, int64_t *out) (defined in fun::RedisClient) | fun::RedisClient | |
| LLen(const string &key, const IntegerCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) | fun::RedisClient | |
| LLenSync(const string &key, int64_t *out) (defined in fun::RedisClient) | fun::RedisClient | |
| LPop(const string &key, const StringCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| LPopSync(const string &key, string *out) (defined in fun::RedisClient) | fun::RedisClient | |
| LPush(const string &key, const string &value, const IntegerCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| LPush(const string &key, const StringList &values, const IntegerCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| LPushSync(const string &key, const string &value, int64_t *out) (defined in fun::RedisClient) | fun::RedisClient | |
| LPushSync(const string &key, const StringList &values, int64_t *out) (defined in fun::RedisClient) | fun::RedisClient | |
| LRange(const string &key, int64_t start, int64_t stop, const StringListCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| LRangeSync(const string &key, int64_t start, int64_t stop, StringList *out) (defined in fun::RedisClient) | fun::RedisClient | |
| LRem(const string &key, int64_t count, const string &value, const IntegerCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| LRemSync(const string &key, int64_t count, const string &value, int64_t *out) (defined in fun::RedisClient) | fun::RedisClient | |
| LSet(const string &key, int64_t index, const string &value, const StringCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| LSetSync(const string &key, int64_t index, const string &value, string *out) (defined in fun::RedisClient) | fun::RedisClient | |
| LTrim(const string &key, int64_t start, int64_t stop, const StringCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| LTrimSync(const string &key, int64_t start, int64_t stop, string *out) (defined in fun::RedisClient) | fun::RedisClient | |
| MGet(const StringList &keys, const StringListCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| MGetSync(const StringList &keys, StringList *out) (defined in fun::RedisClient) | fun::RedisClient | |
| MSet(const StringPairList &key_values, const StringCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| MSetNx(const StringPairList &key_values, const IntegerCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| MSetNxSync(const StringPairList &key_values, int64_t *out) (defined in fun::RedisClient) | fun::RedisClient | |
| MSetSync(const StringPairList &key_values, string *out) (defined in fun::RedisClient) | fun::RedisClient | |
| Persist(const string &key, const IntegerCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| PersistSync(const string &key, int64_t *out) (defined in fun::RedisClient) | fun::RedisClient | |
| PExpire(const string &key, uint64_t milliseconds, const IntegerCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| PExpireSync(const string &key, uint64_t milliseconds, int64_t *out) (defined in fun::RedisClient) | fun::RedisClient | |
| PSetEx(const string &key, uint64_t milliseconds, const string &value, const StringCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| PSetExSync(const string &key, uint64_t milliseconds, const string &value, string *out) (defined in fun::RedisClient) | fun::RedisClient | |
| PSubCallback typedef (defined in fun::RedisClient) | fun::RedisClient | |
| PSubscribe(const string &pattern, const PSubCallback &callback) (defined in fun::RedisClient) | fun::RedisClient | |
| PSubscribe(const std::vector< string > &patterns, const PSubCallback &callback) (defined in fun::RedisClient) | fun::RedisClient | |
| PTTL(const string &key, const IntegerCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| PTTLSync(const string &key, int64_t *out) (defined in fun::RedisClient) | fun::RedisClient | |
| Publish(const string &channel, const string &message, const IntegerCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) | fun::RedisClient | |
| PublishSync(const string &channel, const string &message, int64_t *out) (defined in fun::RedisClient) | fun::RedisClient | |
| PUnsubscribe() (defined in fun::RedisClient) | fun::RedisClient | |
| PUnsubscribe(const string &pattern) (defined in fun::RedisClient) | fun::RedisClient | |
| PUnsubscribe(const std::vector< string > &patterns) (defined in fun::RedisClient) | fun::RedisClient | |
| RegisterDisconnectCallback(const DisconnectCallback &callback) (defined in fun::RedisClient) | fun::RedisClient | |
| Rename(const string &key, const string &new_key, const StringCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| RenameSync(const string &key, const string &new_key, string *out) (defined in fun::RedisClient) | fun::RedisClient | |
| RPop(const string &key, const StringCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| RPopSync(const string &key, string *out) (defined in fun::RedisClient) | fun::RedisClient | |
| RPush(const string &key, const string &value, const IntegerCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| RPush(const string &key, const StringList &values, const IntegerCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| RPushSync(const string &key, const string &value, int64_t *out) (defined in fun::RedisClient) | fun::RedisClient | |
| RPushSync(const string &key, const StringList &values, int64_t *out) (defined in fun::RedisClient) | fun::RedisClient | |
| SAdd(const string &key, const string &member, const IntegerCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| SAdd(const string &key, const StringList &members, const IntegerCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| SAddSync(const string &key, const string &member, int64_t *out) (defined in fun::RedisClient) | fun::RedisClient | |
| SAddSync(const string &key, const StringList &members, int64_t *out) (defined in fun::RedisClient) | fun::RedisClient | |
| SCard(const string &key, const IntegerCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) | fun::RedisClient | |
| SCardSync(const string &key, int64_t *out) (defined in fun::RedisClient) | fun::RedisClient | |
| SDiff(const StringList &keys, const StringListCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| SDiffStore(const string &destination, const StringList &keys, const IntegerCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| SDiffStoreSync(const string &destination, const StringList &keys, int64_t *out) (defined in fun::RedisClient) | fun::RedisClient | |
| SDiffSync(const StringList &keys, StringList *out) (defined in fun::RedisClient) | fun::RedisClient | |
| SentinelMasterSwitchedCallback typedef | fun::RedisClient | |
| SerializationTag typedef (defined in fun::RedisClient) | fun::RedisClient | |
| Set(const string &key, const string &value, const StringCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| Set(const string &key, const string &value, CommandOption ex_or_px, uint64_t time, CommandOption nx_or_xx, const StringCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| SetBit(const string &key, uint64_t offset, bool value, const IntegerCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| SetBitSync(const string &key, uint64_t offset, bool value, int64_t *out) (defined in fun::RedisClient) | fun::RedisClient | |
| SetEx(const string &key, uint64_t seconds, const string &value, const StringCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| SetExSync(const string &key, uint64_t seconds, const string &value, string *out) (defined in fun::RedisClient) | fun::RedisClient | |
| SetNx(const string &key, const string &value, const IntegerCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| SetNxSync(const string &key, const string &value, int64_t *out) (defined in fun::RedisClient) | fun::RedisClient | |
| SetProfiling(bool is_on) (defined in fun::RedisClient) | fun::RedisClient | |
| SetSentinelMasterSwitchedCallback(const SentinelMasterSwitchedCallback &callback) | fun::RedisClient | |
| SetSync(const string &key, const string &value, string *out) (defined in fun::RedisClient) | fun::RedisClient | |
| SetSync(const string &key, const string &value, CommandOption ex_or_px, uint64_t time, CommandOption nx_or_xx, string *out) (defined in fun::RedisClient) | fun::RedisClient | |
| SInter(const StringList &keys, const StringListCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| SInterStore(const string &destination, const StringList &keys, const IntegerCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| SInterStoreSync(const string &destination, const StringList &keys, int64_t *out) (defined in fun::RedisClient) | fun::RedisClient | |
| SInterSync(const StringList &keys, StringList *out) (defined in fun::RedisClient) | fun::RedisClient | |
| SIsMember(const string &key, const string &member, const IntegerCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| SIsMemberSync(const string &key, const string &member, int64_t *out) (defined in fun::RedisClient) | fun::RedisClient | |
| SMembers(const string &key, const StringListCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| SMembersSync(const string &key, StringList *out) (defined in fun::RedisClient) | fun::RedisClient | |
| SMove(const string &source, const string &destination, const string &member, const IntegerCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| SMoveSync(const string &source, const string &destination, const string &member, int64_t *out) (defined in fun::RedisClient) | fun::RedisClient | |
| SPop(const string &key, const StringCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| SPopSync(const string &key, string *out) (defined in fun::RedisClient) | fun::RedisClient | |
| SRandMember(const string &key, const StringCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| SRandMember(const string &key, int64_t count, const StringListCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| SRandMemberSync(const string &key, string *out) (defined in fun::RedisClient) | fun::RedisClient | |
| SRandMemberSync(const string &key, int64_t count, StringList *out) (defined in fun::RedisClient) | fun::RedisClient | |
| SRem(const string &key, const string &member, const IntegerCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| SRem(const string &key, const StringList &members, const IntegerCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| SRemSync(const string &key, const string &member, int64_t *out) (defined in fun::RedisClient) | fun::RedisClient | |
| SRemSync(const string &key, const StringList &members, int64_t *out) (defined in fun::RedisClient) | fun::RedisClient | |
| StringCallback typedef (defined in fun::RedisClient) | fun::RedisClient | |
| StringDoublePair typedef (defined in fun::RedisClient) | fun::RedisClient | |
| StringDoublePairList typedef (defined in fun::RedisClient) | fun::RedisClient | |
| StringDoublePairListCallback typedef (defined in fun::RedisClient) | fun::RedisClient | |
| StringList typedef (defined in fun::RedisClient) | fun::RedisClient | |
| StringListCallback typedef (defined in fun::RedisClient) | fun::RedisClient | |
| StringPair typedef (defined in fun::RedisClient) | fun::RedisClient | |
| StringPairList typedef (defined in fun::RedisClient) | fun::RedisClient | |
| StringPairListCallback typedef (defined in fun::RedisClient) | fun::RedisClient | |
| StrLen(const string &key, const IntegerCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| StrLenSync(const string &key, int64_t *out) (defined in fun::RedisClient) | fun::RedisClient | |
| SubCallback typedef (defined in fun::RedisClient) | fun::RedisClient | |
| Subscribe(const string &channel, const SubCallback &callback) (defined in fun::RedisClient) | fun::RedisClient | |
| Subscribe(const std::vector< string > &channels, const SubCallback &callback) (defined in fun::RedisClient) | fun::RedisClient | |
| SUnion(const StringList &keys, const StringListCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| SUnionStore(const string &destination, const StringList &keys, const IntegerCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| SUnionStoreSync(const string &destination, const StringList &keys, int64_t *out) (defined in fun::RedisClient) | fun::RedisClient | |
| SUnionSync(const StringList &keys, StringList *out) (defined in fun::RedisClient) | fun::RedisClient | |
| TTL(const string &key, const IntegerCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| TTLSync(const string &key, int64_t *out) (defined in fun::RedisClient) | fun::RedisClient | |
| Unsubscribe() (defined in fun::RedisClient) | fun::RedisClient | |
| Unsubscribe(const string &channel) (defined in fun::RedisClient) | fun::RedisClient | |
| Unsubscribe(const std::vector< string > &channels) (defined in fun::RedisClient) | fun::RedisClient | |
| ZAdd(const string &key, double score, const string &member, const IntegerCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| ZAdd(const string &key, const StringDoublePairList &score_members, const IntegerCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| ZAddSync(const string &key, double score, const string &member, int64_t *out) (defined in fun::RedisClient) | fun::RedisClient | |
| ZAddSync(const string &key, const StringDoublePairList &score_members, int64_t *out) (defined in fun::RedisClient) | fun::RedisClient | |
| ZCard(const string &key, const IntegerCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) | fun::RedisClient | |
| ZCardSync(const string &key, int64_t *out) (defined in fun::RedisClient) | fun::RedisClient | |
| ZCount(const string &key, const string &min, const string &max, const IntegerCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| ZCountSync(const string &key, const string &min, const string &max, int64_t *out) (defined in fun::RedisClient) | fun::RedisClient | |
| ZIncrBy(const string &key, double increment, const string &member, const DoubleCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| ZIncrBySync(const string &key, double increment, const string &member, double *out) (defined in fun::RedisClient) | fun::RedisClient | |
| ZRange(const string &key, int64_t start, int64_t stop, bool with_scores, const StringDoublePairListCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| ZRangeByScore(const string &key, const string &min, const string &max, bool with_scores, const StringDoublePairListCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| ZRangeByScore(const string &key, const string &min, const string &max, bool with_scores, uint64_t offset, uint64_t count, const StringDoublePairListCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| ZRangeByScoreSync(const string &key, const string &min, const string &max, bool with_scores, StringDoublePairList *out) (defined in fun::RedisClient) | fun::RedisClient | |
| ZRangeByScoreSync(const string &key, const string &min, const string &max, bool with_scores, uint64_t offset, uint64_t count, StringDoublePairList *out) (defined in fun::RedisClient) | fun::RedisClient | |
| ZRangeSync(const string &key, int64_t start, int64_t stop, bool with_scores, StringDoublePairList *out) (defined in fun::RedisClient) | fun::RedisClient | |
| ZRank(const string &key, const string &member, const IntegerCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| ZRankSync(const string &key, const string &member, int64_t *out) (defined in fun::RedisClient) | fun::RedisClient | |
| ZRem(const string &key, const string &member, const IntegerCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| ZRem(const string &key, const StringList &members, const IntegerCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| ZRemRangeByRank(const string &key, int64_t start, int64_t stop, const IntegerCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| ZRemRangeByRankSync(const string &key, int64_t start, int64_t stop, int64_t *out) (defined in fun::RedisClient) | fun::RedisClient | |
| ZRemRangeByScore(const string &key, const string &min, const string &max, const IntegerCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| ZRemRangeByScoreSync(const string &key, const string &min, const string &max, int64_t *out) (defined in fun::RedisClient) | fun::RedisClient | |
| ZRemSync(const string &key, const string &member, int64_t *out) (defined in fun::RedisClient) | fun::RedisClient | |
| ZRemSync(const string &key, const StringList &members, int64_t *out) (defined in fun::RedisClient) | fun::RedisClient | |
| ZRevRange(const string &key, int64_t start, int64_t stop, bool with_scores, const StringDoublePairListCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| ZRevRangeByScore(const string &key, const string &max, const string &min, bool with_scores, const StringDoublePairListCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| ZRevRangeByScore(const string &key, const string &max, const string &min, bool with_scores, uint64_t offset, uint64_t count, const StringDoublePairListCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| ZRevRangeByScoreSync(const string &key, const string &max, const string &min, bool with_scores, StringDoublePairList *out) (defined in fun::RedisClient) | fun::RedisClient | |
| ZRevRangeByScoreSync(const string &key, const string &max, const string &min, bool with_scores, uint64_t offset, uint64_t count, StringDoublePairList *out) (defined in fun::RedisClient) | fun::RedisClient | |
| ZRevRangeSync(const string &key, int64_t start, int64_t stop, bool with_scores, StringDoublePairList *out) (defined in fun::RedisClient) | fun::RedisClient | |
| ZRevRank(const string &key, const string &member, const IntegerCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| ZRevRankSync(const string &key, const string &member, int64_t *out) (defined in fun::RedisClient) | fun::RedisClient | |
| ZScore(const string &key, const string &member, const DoubleCallback &callback, const SerializationTag &tag=kDefaultSerializationTag) (defined in fun::RedisClient) | fun::RedisClient | |
| ZScoreSync(const string &key, const string &member, double *out) (defined in fun::RedisClient) | fun::RedisClient |