Class RedisPersistence

  • All Implemented Interfaces:
    ConfigPersistence

    public class RedisPersistence
    extends Object
    implements ConfigPersistence
    Uses redis as a persistence layer. To set the path to the redis instance, use the environment variable ARCHAPPL_PERSISTENCE_LAYER_REDISURL. This defaults to localhost To use this persistence layer, use
     export ARCHAPPL_PERSISTENCE_LAYER="org.epics.archiverappliance.config.persistence.RedisPersistence"
     export ARCHAPPL_PERSISTENCE_LAYER_REDISURL="localhost"
     
    Author:
    mshankar