Skip to content

Commit 4b2dbf9

Browse files
authored
Merge branch 'main' into resecrets
2 parents cf83942 + 75a2668 commit 4b2dbf9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Currently supported Redis operations:
1111
- Hash operations: `HGET`, `HSET`
1212
- List operations: `LPUSH`, `LRANGE`
1313

14+
1415
## Installation
1516
```sql
1617
INSTALL redis FROM community;
@@ -20,6 +21,7 @@ LOAD redis;
2021
## Usage
2122
### Setting up Redis Connection
2223
First, create a secret to store your Redis connection details:
24+
2325
```sql
2426
-- Create a Redis connection secret
2527
CALL redis_create_secret('my_redis', {

0 commit comments

Comments
 (0)