@creator.co/wapi - v1.8.1
    Preparing search index...

    Type Alias CacheClass

    Defines a CacheClass type that has a 'redis' property which is a constructor function that takes in any number of arguments and returns an instance of Redis.

    type CacheClass = {
        redis: new (...args: any[]) => default;
    }
    Index

    Properties

    Properties

    redis: new (...args: any[]) => default