1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-07 13:22:56 +03:00
This commit is contained in:
Leibale
2023-07-06 11:04:38 -04:00
parent 4944a53722
commit 9e1ec97a55

View File

@@ -42,6 +42,7 @@ export const transformDoubleReply = {
return -Infinity;
case 'nan':
return NaN;
default:
return Number(reply);