Show HN: Redis City – Explore how Redis works in an interactive 3D model
1–10 of 30 posts
Re: Show HN: Redis City – Explore how Redis works in an interactive 3D model
#2I 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
Re: Show HN: Redis City – Explore how Redis works in an interactive 3D model
#3very cool, fun to visualize :-)
Re: Show HN: Redis City – Explore how Redis works in an interactive 3D model
#4I 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
it is very beautifull idea and implementation. Open source available? It is good material for teaching how redis works.
Re: Show HN: Redis City – Explore how Redis works in an interactive 3D model
#5"It's a UNIX system! I know this!"
Re: Show HN: Redis City – Explore how Redis works in an interactive 3D model
#6add this to list of S-tier HN resources https://news.ycombinator.com/item?id=49183198
Re: Show HN: Redis City – Explore how Redis works in an interactive 3D model
#7wow looks really fun
Re: Show HN: Redis City – Explore how Redis works in an interactive 3D model
#8Is it live on some redis?
Re: Show HN: Redis City – Explore how Redis works in an interactive 3D model
#9Re: Show HN: Redis City – Explore how Redis works in an interactive 3D model
#10Is it live on some redis?
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.