C client library for Valkey/Redis Cluster. This project is used and sponsored by Ericsson. It is a fork of the now unmaintained hiredis-vip.
BSD 3-Clause "New" or "Revised" License
88
stars
43
forks
source link
Check redisFormatCommand error result in test suite #135
Closed
zuiderkwast closed 1 year ago
Attempt to silence Coverity Scan (false) warning.
c->clen
is uint32_t while redisFormatCommand returns int; -1 on error, which becomes 0xFFFFFFFF in uint32_t.