Fix compiler warning
This commit is contained in:
@@ -242,7 +242,7 @@ namespace ix
|
||||
return true;
|
||||
}
|
||||
|
||||
bool RedisClient::stop()
|
||||
void RedisClient::stop()
|
||||
{
|
||||
_stop = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user