Skip to content

Commit

Permalink
finally :(
Browse files Browse the repository at this point in the history
  • Loading branch information
j03-dev committed Aug 12, 2024
1 parent dfa9ceb commit ca03682
Show file tree
Hide file tree
Showing 2 changed files with 9,250 additions and 4,940 deletions.
13 changes: 6 additions & 7 deletions website/docs/reference/runtimes/kv/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@ The KvRuntime enables interaction with a Redis database by setting, retrieving,
query={{ content: "" }}
/>


+| **Operation** | **Description** | **Method** |
+| **Operation** | **Description** | **Method** |
+| ------------- | -------------------------------------------------- | ------------- |
+| `get` | Retrieve the value associated with a specific key. | `kv.get()` |
+| `set` | Assign a value to a specific key. | `kv.set()` |
+| `delete` | Remove a key and its associated value from Redis. | `kv.delete()` |
+| `keys` | List all keys currently stored in Redis. | `kv.keys()` |
+| `values` | List all values currently stored in Redis. | `kv.values()` |
+| `get` | Retrieve the value associated with a specific key. | `kv.get()` |
+| `set` | Assign a value to a specific key. | `kv.set()` |
+| `delete` | Remove a key and its associated value from Redis. | `kv.delete()` |
+| `keys` | List all keys currently stored in Redis. | `kv.keys()` |
+| `values` | List all values currently stored in Redis. | `kv.values()` |
Loading

0 comments on commit ca03682

Please sign in to comment.