mirror of
https://github.com/KingDuckZ/incredis
synced 2025-08-11 13:09:48 +00:00
Rename replies_requested() into replies_ready().
This commit is contained in:
parent
a6fab83296
commit
7440745ea2
2 changed files with 3 additions and 3 deletions
|
@ -41,7 +41,7 @@ namespace redis {
|
|||
|
||||
ConstReplies replies ( void ) const;
|
||||
Replies replies_nonconst ( void );
|
||||
bool replies_requested ( void ) const;
|
||||
bool replies_ready ( void ) const;
|
||||
void throw_if_failed ( void );
|
||||
|
||||
template <typename... Args>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue