Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Fixed Logging #63
Fixed Logging #63
Conversation
- Fixed `__CPP_REDIS_LOG` calls with log level as int instead of type. - `operator<<` can now be used within `__CPP_REDIS_LOG`
- Updated to latest gcc / g++
This reverts commit b07c38d.
Status
clang-format(see Contributing - 5. Code your changes)clang_format.sh.clang-formatdoesn't match the actual code style.-> Please check and revert e7b130f70fcc0e4d25943a3469b13f26b85426df, if code style should not be applied.
Fixes
Code: Fixed__CPP_REDIS_LOGcalls with log level as int instead of type.Code:operator<<can now be used within__CPP_REDIS_LOGDocu: Fixed binary paths for subscriber and client @ CONTRIBUTING.mdImprovements
clang_format.sh