This extension provides Redis client functionality for DuckDB, allowing you to interact with a Redis server directly from SQL queries.
Experimental: USE AT YOUR OWN RISK!
Full documentation, including installation, usage, the function reference, and cookbook examples, is available at:
https://query.farm/products/extensions/redis
INSTALL redis FROM community;
LOAD redis;For instructions on building the extension from source and running its tests, see BUILDING.md.