@scolastico-dev/open-altcha
    Preparing search index...

    Class RedisConfigService

    Index

    Properties

    challengeTtl: number = ...

    TTL for challenge data in seconds.

    REDIS_CHALLENGE_TTL

    300
    
    REDIS_CHALLENGE_TTL=300
    
    enabled: boolean = ...

    Indicates whether Redis should be used for caching.

    REDIS_ENABLED

    false
    
    REDIS_ENABLED=true
    
    prefix: string = ...

    Redis key prefix for ALTCHA data.

    REDIS_PREFIX

    altcha:
    
    REDIS_PREFIX=altcha:
    
    url: string = ...

    The Redis connection URL.

    REDIS_URL

    redis://localhost:6379
    
    REDIS_URL=redis://localhost:6379