Interface EddyqAppRedisConfig

    interface EddyqAppRedisConfig {
        line?: string;
        url: string;
    }
    Index

    Properties

    Properties

    line?: string
    url: string