AbortError subclass of RedisError: All commands that could not finish due to what ever reason
AbortError subclass of RedisError: All commands that could not finish due to what ever reason
AggregateError subclass of AbortError: Emitted in case multiple unresolved commands without callback got rejected in debug_mode instead of lots of AbortErrors.
AggregateError subclass of AbortError: Emitted in case multiple unresolved commands without callback got rejected in debug_mode instead of lots of AbortErrors.
ParserError subclass of RedisError: Returned in case of a parser error (this should not happen)
ParserError subclass of RedisError: Returned in case of a parser error (this should not happen)
redis - This is a complete and feature rich Redis client for node.js.
redis - This is a complete and feature rich Redis client for node.js.
Redis Client
Redis Client
Redis Connection Options
Redis Connection Options
RedisError: All errors returned by the client
RedisError: All errors returned by the client
MULTI commands are queued up until an EXEC is issued, and then all commands are run atomically by Redis.
MULTI commands are queued up until an EXEC is issued, and then all commands are run atomically by Redis. The interface in node_redis is to return an individual Multi object by calling client.multi(). If any command fails to queue, all commands are rolled back and none is going to be executed (For further information look at transactions).
ReplyError subclass of RedisError: All errors returned by Redis itself
ReplyError subclass of RedisError: All errors returned by Redis itself
Redis Singleton
Redis Singleton
Redis Client Companion
redis package object