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:
parent
01be1a94e5
commit
afb2e68849
5 changed files with 71 additions and 2 deletions
|
@ -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 );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue