1
0
Fork 0
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:
King_DuckZ 2016-12-06 18:41:02 +00:00
parent a6fab83296
commit 7440745ea2
2 changed files with 3 additions and 3 deletions

View file

@ -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>