3D model is almost like 2D diagram, only needlessly confusing and slop.
poltora [3 hidden]5 mins ago
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 hidden]5 mins ago
it is very beautifull idea and implementation. Open source available? It is good material for teaching how redis works.
sshussain270 [3 hidden]5 mins ago
Is it live on some redis?
comboy [3 hidden]5 mins 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