Skip to content

Commit

Permalink
Fix ordered list syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelwhitton committed Jan 7, 2025
1 parent 55a3a0e commit b59096d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/content/addons/object-cache/howto/drupal.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ After enabling Redis, there are cache tables in the database that are no longer
SELECT table_name FROM information_schema.tables WHERE table_name LIKE 'cache%' AND table_name != 'cache_form';
```

This returns a list of all the cache tables in the database. These are safe to empty, but don't remove the tables themselves in case Redis is disabled in the future.
This returns a list of all the cache tables in the database. These are safe to empty, but don't remove the tables themselves in case Redis is disabled in the future.

1. Run the command below on each table, replacing `<tablename>` with the name of the cache table, to empty the cache:

Expand Down

0 comments on commit b59096d

Please sign in to comment.