Skip to content

Commit 4e93003

Browse files
authored
change <= to "less than or equal to"
1 parent 8a62d10 commit 4e93003

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/operations/storing-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ Cache **commands**:
644644

645645
- `SYSTEM DROP FILESYSTEM CACHE (<cache_name>) (ON CLUSTER)` -- `ON CLUSTER` is only supported when no `<cache_name>` is provided
646646

647-
- `SHOW FILESYSTEM CACHES` -- show list of filesystem caches which were configured on the server. (For versions &lt;= `22.8` the command is named `SHOW CACHES`)
647+
- `SHOW FILESYSTEM CACHES` -- show list of filesystem caches which were configured on the server. (For versions less than or equal to `22.8` the command is named `SHOW CACHES`)
648648

649649
```sql
650650
SHOW FILESYSTEM CACHES
@@ -658,7 +658,7 @@ Result:
658658
└───────────┘
659659
```
660660

661-
- `DESCRIBE FILESYSTEM CACHE '<cache_name>'` - show cache configuration and some general statistics for a specific cache. Cache name can be taken from `SHOW FILESYSTEM CACHES` command. (For versions &lt;= `22.8` the command is named `DESCRIBE CACHE`)
661+
- `DESCRIBE FILESYSTEM CACHE '<cache_name>'` - show cache configuration and some general statistics for a specific cache. Cache name can be taken from `SHOW FILESYSTEM CACHES` command. (For versions less than or equal to `22.8` the command is named `DESCRIBE CACHE`)
662662

663663
```sql
664664
DESCRIBE FILESYSTEM CACHE 's3_cache'

0 commit comments

Comments
 (0)