Cylix / cpp_redis

C++11 Lightweight Redis client: async, thread-safe, no dependency, pipelining, multi-platform - NO LONGER MAINTAINED - Please check https://github.com/cpp-redis/cpp_redis
MIT License
1.24k stars 551 forks source link

fixing .README errors #175

Closed panaali closed 6 years ago

panaali commented 6 years ago

.commit() is for async calls. sub.sync_commit() doesn't exist on the latest version.

Cylix commented 6 years ago

Thanks a lot for the fix, really appreciate! Best