RedisException constructor
const
RedisException(
- String message
An exception thrown by the Redis client.
Implementation
const RedisException(this.message);
An exception thrown by the Redis client.
const RedisException(this.message);