Skip to content

Commit 56910a4

Browse files
committed
Add cache purge operation document
1 parent 8db08d0 commit 56910a4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,12 @@ docker exec -it [container-id] sudo -E -u rubybench bundle exec rake oneshot:xxx
110110
docker exec -it [container-id] sudo -E -u rubybench bundle exec rails c
111111
```
112112

113+
### Purge chart cache
114+
115+
```bash
116+
docker exec -it [container-id] bash -c 'redis-cli KEYS "charts:*" | xargs redis-cli DEL'
117+
```
118+
113119
### Dump and load database
114120

115121
```bash

0 commit comments

Comments
 (0)