Git Product home page Git Product logo

try.redis's Introduction

Try Redis

Try Redis is a demonstration of the Redis data structure server.

Since January 2013 this project is maintained by @badboy. Head over to badboy/try.redis.

try.redis's People

Contributors

badboy avatar johnduhart avatar kbrock avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

try.redis's Issues

Try Redis tutorial broken?

Hi Alex,

Per zined I'm crossposting this issue to here.

Please see the thread at redis/redis#683.

The Try Redis tutorial doesn't seem to be working on Windows with Firefox...

Thanks.

Test session resets

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 line the tutorial starts over.

Trad. Chinese (zh-tw) characters problem

The Try Redis tutorial is really cool.
But there seems a problem when I try to input some values of Trad. Chinese characters (I think it's unicode string).

I was following these steps:

sadd schools '東榮國小'
true
sadd schools '碧華國小'
true
sadd schools '培英國中'
true
sismember schools '光復中學'
true
smembers schools
(no response)

I thought that was a typo-error.
So I tried it again with English characters then everything goes well.

I tried the same thing on my own Redis server and I will get some hex values instead (which is good, because there's some response which means you might just have to do some workaround to correctly show these Chinese words.)

LPOS command does not exists

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, I don't recognize that command. Please type HELP for one of these commands

try.redis-db.com fails silently when not accepting Cookies

try.redis-db.com fails silently when not accepting Cookies.

> SET server:name "fido"
"OK"
> GET server:name
null

Also NEXT does not work.

At least a notice would be nice.

Since it is a single page JS application it should be possible to store the session ID in a local var and send it in-band with the XHR requests?!

Thanks & greetings,
Oliver

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.