Artur Zhdanov
Results
5
comments of
Artur Zhdanov
Hi, @clux. I had the same question and solved it with raw query. Perhaps this can also help you: ```yaml - name: "requests-availability" objective: 95 sli: raw: errorRatioQuery: | (...
```bash npm i @nestjs/cache-manager@next keyv @keyv/redis ``` ```typescript import { Cache } from '@nestjs/cache-manager'; ``` ```typescript import { createKeyv } from '@keyv/redis'; function getRedisUrl(configService: ConfigService) { const url = new...