Update clear-redis-storage-telerik-reporting-rest-service.md (#1435)

This commit is contained in:
Momchil Zanev 2024-07-19 16:53:12 +03:00 коммит произвёл GitHub
Родитель da8dd2bdfd
Коммит 83d710d557
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -32,7 +32,7 @@ To clear the Reporting REST Service cache from the Redis database, follow these
2. Use the `KEYS` command to find all keys related to Telerik Reporting. Replace `18.1.24.514` with the version of Telerik Reporting used in your application or a pattern that matches your application's HostAppId.
````shell
redis-cli KEYS "\*18.1.24.514\*"
redis-cli KEYS "*18.1.24.514*"
````