RedisStoragePlug constructor
Creates a new RedisStoragePlug with the given configuration.
Implementation
RedisStoragePlug({
required this.host,
required this.port,
this.password,
});
Creates a new RedisStoragePlug with the given configuration.
RedisStoragePlug({
required this.host,
required this.port,
this.password,
});