We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf83942 + 75a2668 commit 4b2dbf9Copy full SHA for 4b2dbf9
docs/README.md
@@ -11,6 +11,7 @@ Currently supported Redis operations:
11
- Hash operations: `HGET`, `HSET`
12
- List operations: `LPUSH`, `LRANGE`
13
14
+
15
## Installation
16
```sql
17
INSTALL redis FROM community;
@@ -20,6 +21,7 @@ LOAD redis;
20
21
## Usage
22
### Setting up Redis Connection
23
First, create a secret to store your Redis connection details:
24
25
26
-- Create a Redis connection secret
27
CALL redis_create_secret('my_redis', {
0 commit comments