Fix: don't assume char is unsigned. (#9375)
On systems that have unsigned char by default (s390x, arm), redis-server could crash as soon as it populates the command table.
Please register or sign in to comment
On systems that have unsigned char by default (s390x, arm), redis-server could crash as soon as it populates the command table.