Skip to content

Commit d27477b

Browse files
authored
Update README.md
1 parent 1c6b92a commit d27477b

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

docs/README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
# DuckDB Redis Extension
2-
This extension provides Redis client functionality for DuckDB, allowing you to interact with a Redis server directly from SQL queries. The extension uses Boost.Asio for network communication and implements basic Redis protocol commands.
1+
<img src="https://github.com/user-attachments/assets/46a5c546-7e9b-42c7-87f4-bc8defe674e0" width=250 />
2+
3+
# DuckDB Redis Client Extension
4+
This extension provides Redis client functionality for DuckDB, allowing you to interact with a Redis server directly from SQL queries.
5+
6+
> Experimental: USE AT YOUR OWN RISK!
37
48
## Features
59
Currently supported Redis operations:
@@ -8,8 +12,8 @@ Currently supported Redis operations:
812

913
## Installation
1014
```sql
11-
INSTALL 'redis' FROM community;
12-
LOAD 'redis';
15+
INSTALL redis FROM community;
16+
LOAD redis;
1317
```
1418

1519
## Usage Examples

0 commit comments

Comments
 (0)