π Unsaved Draft Β· the spreadsheet-native Redis Β· a project of the SNCF
An in-spreadsheet key-value & data-structure store.
Sheedis maps Redis's data structures onto tabs: keyβvalue pairs, lists as columns, sets as dedup columns, hashes as tabs, sorted sets as scored columns. TTL is a timestamp column + a reaper trigger; pub/sub is an append-only tab. Redis's data model, spreadsheet-native.
KV, list, set, hash, sorted set β each a natural spreadsheet shape.
Expiry via a reaper trigger; pub/sub via an append-only tab.
| Sheedis π© | Redis | |
|---|---|---|
| Data structures | KV/list/set/hash/zset | KV/list/set/hash/zset |
| Latency | Seconds | Microseconds |
| Persistence | Always (it's a sheet) | Optional |
| Spreadsheet-native | β | β |