UNPKG

@unito/integration-cli

Version:

Integration CLI

9 lines (5 loc) 232 B
// The Cache class provides caching capabilities. // https://dev.unito.io/docs/connectors/SDK/modules/cache import { Cache } from '@unito/integration-sdk'; const cache = Cache.create(process.env.REDIS_URL); export default cache;