You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-06 02:15:48 +03:00
feat: parse info data as numbers if possible and improve parsing
This commit is contained in:
2
index.js
2
index.js
@@ -1,6 +1,6 @@
|
||||
'use strict'
|
||||
|
||||
// TODO: Replace all `Error` with `RedisError` and improve errors in general
|
||||
// TODO: Improve errors in general
|
||||
// We have to replace the error codes and make them coherent.
|
||||
// We also have to use InterruptError s instead of AbortError s.
|
||||
// The Error messages might be improved as well.
|
||||
|
Reference in New Issue
Block a user