Skip to content

Commit

Permalink
Update clear-redis-storage-telerik-reporting-rest-service.md (#1435)
Browse files Browse the repository at this point in the history
  • Loading branch information
mzanev authored Jul 19, 2024
1 parent da8dd2b commit 83d710d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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*"
````
Expand Down

0 comments on commit 83d710d

Please sign in to comment.