1
0
Fork 0
mirror of https://github.com/KingDuckZ/dindexer.git synced 2025-07-11 15:34:09 +00:00

Implement locate_in_db() by hash.

This commit is contained in:
King_DuckZ 2016-07-12 16:42:27 +01:00
parent 01be1a94e5
commit afb2e68849
5 changed files with 71 additions and 2 deletions

View file

@ -74,6 +74,7 @@ namespace redis {
//Set
opt_string_list srandmember ( boost::string_ref parKey, int parCount );
opt_string srandmember ( boost::string_ref parKey );
opt_string_list smembers ( boost::string_ref parKey );
//Script
bool script_flush ( void );