Redis site now implements interactive examples with embedded live Redis cli
1–9 of 9 posts
Re: Redis site now implements interactive examples with embedded live Redis cli
#2I 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.
Re: Redis site now implements interactive examples with embedded live Redis cli
#3Thanks 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.
Re: Redis site now implements interactive examples with embedded live Redis cli
#4Thanks 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.
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.
Re: Redis site now implements interactive examples with embedded live Redis cli
#5Thanks 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.
amazing! thanks for that. curious, how is this implemented on the server? seems like each command is posted to /session/ url.
Re: Redis site now implements interactive examples with embedded live Redis cli
#6Re: Redis site now implements interactive examples with embedded live Redis cli
#7Re: Redis site now implements interactive examples with embedded live Redis cli
#8Re: Redis site now implements interactive examples with embedded live Redis cli
#9I just ran "MGET key1" and it returned "FOOBAR". Has this happened to anyone else?