Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
ClickHouse launches Claude-powered Agents and House Mates partner program at Open House 2026 Read more →
此表函数可将 ClickHouse 与 Redis 集成。
redis(host:port, key, structure[, db_index[, password[, pool_size]]])
host:port
key
structure
db_index
password
pool_size
primary
redis
SELECT * FROM redis( 'redis1:6379', 'key', 'key String, v1 String, v2 UInt32' )
INSERT INTO TABLE FUNCTION redis( 'redis1:6379', 'key', 'key String, v1 String, v2 UInt32') values ('1', '1', 1);
Redis
此页面对您有帮助吗?