twitter / twemproxy

A fast, light-weight proxy for memcached and redis
Apache License 2.0
12.15k stars 2.06k forks source link

Add C `const` value qualifier where safe in function signatures #624

Closed TysonAndre closed 3 years ago

TysonAndre commented 3 years ago

Prevent accidental modifications of data such as 34dcc49fbb9519e68233a809b9f842e4e65cafe8

Make it clearer to developers reading the code which functions modify what data