try.redis icon indicating copy to clipboard operation
try.redis copied to clipboard

A demonstration of the Redis database.

Results 6 try.redis issues
Sort by recently updated
recently updated
newest added

Hi All, If we use "SPOP KEY [count]" for any key it will throw error. SPOP's [count] argument is available from redis-3.2

Hello i found that `LPOS` command does not exists. ``` > rpush my_list 1 2 3 4 5 6 7 8 (integer) 8 > lpos my_list 2 (error) I'm sorry,...

#Its my first time posting an issue on github so please let me know if I could have done something better. **Issue :** There is a mistake in command "PERSIST"...

If you leave the site for some time you still see all the commands you typed in and all the tutorial steps, but if you type next in the command...

I just did the tutorial and liked it a lot, but it would have been nice to know how much longer it was going to take or how much I...

The tutorial runs through all the data structures except hashes yet still says in the last step that "The last data structure which Redis supports is the sorted set."