Skip to content

Commit c4026e6

Browse files
authored
Update README.md
1 parent 03bb83c commit c4026e6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
# DuckDB Redis Client Extension
44
This extension provides Redis client functionality for DuckDB, allowing you to interact with a Redis server directly from SQL queries.
55

6+
## Usage
7+
```sql
8+
INSTALL redis FROM community;
9+
LOAD redis;
10+
```
11+
612
> Experimental: USE AT YOUR OWN RISK!
713
814
## Features

0 commit comments

Comments
 (0)