mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2025-07-18 16:44:11 +00:00
Fix SCAN iteration.
This commit is contained in:
parent
c1e79c435b
commit
e0a82cce2d
7 changed files with 54 additions and 12 deletions
|
@ -71,6 +71,7 @@ namespace redis {
|
|||
RedisReplyType forward_scan_command ( typename std::enable_if<HasScanTargetMethod<T>::value, int>::type parDummy );
|
||||
template <typename T>
|
||||
RedisReplyType forward_scan_command ( typename std::enable_if<not HasScanTargetMethod<T>::value, int>::type parDummy );
|
||||
bool is_end ( void ) const;
|
||||
|
||||
void increment ( void );
|
||||
bool equal ( const ScanIterator& parOther ) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue