mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-26 03:20:37 +00:00
There are two types of numerical parameter in redis protocol: - *[0-9]+ defined array size - $[0-9]+ defined string size Currently, array size is stored to args_count, and string size is stored to _arg_size / _size_left. It's bit hard to understand since both uses same word "arg(s)", let's rename string size variables to _bytes_count / _bytes_left.
3.5 KiB
3.5 KiB