mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2025-07-16 16:24:12 +00:00
Implement HSCAN Redis command.
This commit is contained in:
parent
e0a82cce2d
commit
c7eeddabf1
5 changed files with 80 additions and 11 deletions
|
@ -39,7 +39,7 @@ namespace redis {
|
|||
return m_command->run(parCommand, boost::lexical_cast<std::string>(parScanContext));
|
||||
}
|
||||
|
||||
RedisReplyType ScanIteratorBaseClass::run (const char* parCommand, const std::string& parParameter, long long parScanContext) {
|
||||
RedisReplyType ScanIteratorBaseClass::run (const char* parCommand, const boost::string_ref& parParameter, long long parScanContext) {
|
||||
return m_command->run(parCommand, parParameter, boost::lexical_cast<std::string>(parScanContext));
|
||||
}
|
||||
} //namespace implem
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue