Files
redis/src
Oran Agra 14b198868f introduce MAX_D2STRING_CHARS instead of 128 const (#10487)
There are a few places that use a hard coded const of 128 to allocate a buffer for d2string.
Replace these with a clear macro.
Note that In theory, converting double into string could take as much as nearly 400 chars,
but since d2string uses `%g` and not `%f`, it won't pass some 40 chars.

unrelated:
restore some changes to auto generated commands.c that got accidentally reverted in #10293
2022-03-28 18:35:56 +03:00
..
2022-03-09 13:55:17 +02:00
2020-04-24 17:11:21 -07:00
2022-03-09 13:58:23 +02:00
2021-12-19 17:52:23 +02:00
2022-02-28 10:59:16 +02:00
2020-10-27 15:04:18 +02:00
2022-01-06 13:39:38 +02:00
2022-03-09 13:58:23 +02:00
2022-03-09 13:58:23 +02:00
2020-05-05 23:35:08 -04:00
2022-01-06 17:59:37 +02:00
2019-11-19 17:23:47 +08:00
2022-01-02 16:54:47 -08:00
2022-03-09 13:58:23 +02:00
2019-10-02 11:30:20 +02:00
2021-07-10 10:04:54 -05:00
2020-07-21 08:13:05 +03:00
2022-03-09 13:58:23 +02:00