Files
scylladb/redis
Takuya ASADA 229940aaff redis: rename _args_size/_size_left
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.
2021-01-25 10:26:37 +09:00
..
2020-10-25 13:17:40 +02:00
2020-10-04 14:58:00 +03:00
2020-04-13 10:46:45 +09:00
2020-03-22 13:16:20 +02:00
2020-03-03 11:34:00 +01:00
2020-09-08 11:59:52 +03:00
2020-03-22 13:16:20 +02:00