A live inventory API running on Kubernetes, backed by Redis Cluster for caching and Redis Sentinel for sessions. Every panel on this page reads from the running cluster through the app's own API.
Pick a type, then SET writes that key live and GET reads it back with its real TYPE. String uses your value; the other types write a small sample. You can read any key on the cache cluster, including ones the app uses like items:all. Writes to the app namespaces are refused with an explanation, oversized or binary reads are sampled or blocked, and the live calls are rate limited.
Type a key and press Route to see its CRC16 slot and owning shard, with the flow lit up to Redis. Or GET and SET it and watch the redis-cli echo.