Nordix / hiredis-cluster

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
86 stars 42 forks source link

Support adding custom commands at compile time #200

Closed zuiderkwast closed 6 months ago

zuiderkwast commented 6 months ago

Extend gencommands.py with more flexible command handling:

Additionally, correct uppercase ordering of commands where the ordering would be ambiguous if strncasecmp() would have been used (e.g. EVAL_RO vs EVALSHA). This fixes possible failures to find such commands in the lookup table resulting in "unknown command" errors.

Fixes #162.

zuiderkwast commented 6 months ago

@selcukaltinay FYI