alicebob / miniredis

Pure Go Redis server for Go unittests
MIT License
3.05k stars 212 forks source link

use grisu2 for formatting #347

Closed alicebob closed 11 months ago

alicebob commented 11 months ago

This is on top of #344: this now uses the actual C code redis uses to format floats. It's the C code with Go syntax, so it could use a pass to make it nicer. And it needs a few more test cases.

edit: fuzzing found one error, and otherwise ran fine, so ship it I guess?