0xsky / xredis

Redis C++ client, support the data slice storage, support redis cluster, thread-safe,multi-platform,connection pool, read/write separation.
GNU General Public License v3.0
337 stars 153 forks source link

General overhaul #54

Open stevefan1999-personal opened 4 years ago

stevefan1999-personal commented 4 years ago
  1. Added basic CMake support
  2. (Planning) Use fmt instead of stupid printf for better formatting and security
  3. Remove crc16 function and use external dependency instead
  4. Remove all debug printf calls