📄️ Redis
The Redis temporary provides lookup storage backed by Redis for SQL processors. It exposes a Temporary resource that the SQL processor joins against via temporary_list. Two Redis data shapes are supported: string (MGET) and list (LRANGE). Results are passed through a codec (typically JSON) to produce an Arrow batch registered as a query-side table.