Skip to content

preserve int and float type values

Jonas Petersson requested to merge redis_type_conservation into main

Before, all numerical values were cast as floats, but this caused an issue in the filewriter, which expected to read a cached value as an int (used for slicing).

This should hopefully preserve the types.

Merge request reports