Source code for harp_apps.storage.settings.redis from pydantic import RedisDsn from harp.config import Service [docs] class RedisSettings(Service): url: RedisDsn = RedisDsn("redis://localhost:6379/0")