redis / hiredis-node

Node wrapper for hiredis
BSD 3-Clause "New" or "Revised" License
305 stars 84 forks source link

Convert integers larger than `MAX_SAFE_INTEGER` to strings #130

Open ghost opened 7 years ago

ghost commented 7 years ago

Hi there! This is my attempt at a quick fix for #82. I'm not sure if there's a better approach, or if I should add a separate option like big_number_strings instead of defaulting to strings.