prefix property

String get prefix

Implementation

String get prefix => _prefix ?? (_prefix = config.getOptional<String>('redis.prefix', ''));