I created an interactive map to better understand how Redis works
Each component links to the source code, and you can open the console to enter your own commands and watch the execution flow
soltanov 3 hours ago [-]
it is very beautifull idea and implementation. Open source available? It is good material for teaching how redis works.
sshussain270 1 hours ago [-]
Is it live on some redis?
comboy 5 minutes ago [-]
There's a console and you can track your command! Very cool. Not sure if 3D is needed but very cool nonetheless, It might be that some things are missing (I don't know redis internals though) like some encoding step when getting data back to client, managing client connections and their state (multi, watch) etc.
https://news.ycombinator.com/item?id=49063754
Each component links to the source code, and you can open the console to enter your own commands and watch the execution flow