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.25k stars 554 forks source link

Fix errors that appear when compiling with `-pedantic-errors` flag. #183

Closed TheQuantumPhysicist closed 6 years ago

TheQuantumPhysicist commented 6 years ago

Extra unnecessary semicolons removed.

Cylix commented 6 years ago

Nice catch, thanks!