8 comments

[ 3.7 ms ] story [ 89.7 ms ] thread
Thanks to Pieter Noordhuis (that started from the work of Alex McHale in try.redis-db.com) for implementing this awesome thing.

I hope other sites will follow this approach of a "live" documentation where the user can type commands. This makes a lot of sense for dynamic programming languages as well.

It's a bit more difficult with programming languages where you can thrash the server its hosted on with simple commands.

Redis on the otherhand is designed for exactly this kind of insane throughput.

On another note, I'm loving that you are putting the time complexity of the commands right on the page.

This is really incredible. I am showing this to people and they don't quite believe it. They think it's some kind of simulator or JavaScript trick.
This is so believably amazing!
I just ran "MGET key1" and it returned "FOOBAR". Has this happened to anyone else?
Sorry about that, just deployed a fix to make it less likely for session identifiers to collide. Shouldn't happen again.