From 83d710d557874f2d80e5094a03a9fcde6af8b644 Mon Sep 17 00:00:00 2001 From: Momchil Zanev <108741271+mzanev@users.noreply.github.com> Date: Fri, 19 Jul 2024 16:53:12 +0300 Subject: [PATCH] Update clear-redis-storage-telerik-reporting-rest-service.md (#1435) --- .../clear-redis-storage-telerik-reporting-rest-service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/knowledge-base/clear-redis-storage-telerik-reporting-rest-service.md b/knowledge-base/clear-redis-storage-telerik-reporting-rest-service.md index 4835b6fd1..c10330692 100644 --- a/knowledge-base/clear-redis-storage-telerik-reporting-rest-service.md +++ b/knowledge-base/clear-redis-storage-telerik-reporting-rest-service.md @@ -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*" ````