Skip to content

Commit

Permalink
added redisearch index
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-hermann-sva committed Sep 10, 2024
1 parent ad4b6b2 commit 0235199
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
6 changes: 6 additions & 0 deletions flux.md
Original file line number Diff line number Diff line change
Expand Up @@ -565,3 +565,9 @@ flux build kustomization vault --path clusters/labul/pve/bootstrap --kustomizati
```

</details>



5360

45682780
14 changes: 13 additions & 1 deletion redis.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# stuttgart-things/docs/redis

## REDISEARCH

<details><summary>LOGIN</summary>

```bash
FT._LIST # LIST ALL INDEXES
FT.DROPINDEX homerun DD # DROP INDEX
FT.SEARCH github "@system:github" # SEARCH FOR FILED SYSTEM
```

</details>

## CLI

<details><summary>LOGIN</summary>
Expand Down Expand Up @@ -45,4 +57,4 @@ SRANDMEMBER whatever 1
JSON.GET st-0-execute-ansible-smt40-rke2-15-1717483c5a
```

</details>
</details>

0 comments on commit 0235199

Please sign in to comment.