RedisCacheDriver constructor
Creates a new RedisCacheDriver instance.
Implementation
RedisCacheDriver({
this.host = 'localhost',
this.port = 6379,
this.password,
});
Creates a new RedisCacheDriver instance.
RedisCacheDriver({
this.host = 'localhost',
this.port = 6379,
this.password,
});