prefix property

String? prefix
final

An optional string prefixed to keys before they are inserted into Redis.

Consider using this if you are using several different Redis collections within a single application.

Implementation

final String? prefix;