RedisException constructor

const RedisException(
  1. String message
)

An exception thrown by the Redis client.

Implementation

const RedisException(this.message);