MONITOR is a good way to peak at what's going on under the hood if your curious.
Daniel Shaw
@dshaw
On Tue, Sep 27, 2011 at 11:48 AM, deakblue <will....@gmail.com> wrote:
I'm going to continue to manage my redis channels directly for now,
but I'll look out for the public api.
Thanks,
-Will
Is the RedisStore ready for use?
Guillermo, could you please explain a bit more how socket.io uses
redis. Which messages gets published, names, arguments? etc. etc.
Does socket.io also stores its "session" in redis then?
So when i do something like that:
<code>
socket.set('nickname', name, function () {
socket.emit('ready');
});
</code>
it gets saved in redis? If not that would be very great to share the state.
Kind regards
---
Thomas FRITZ
web http://fritzthomas.com
twitter http://twitter.com/thomasf
2011/9/28 deakblue <will....@gmail.com>:
When do you think it will be released?
Kind regards
---
Thomas FRITZ
web http://fritzthomas.com
twitter http://twitter.com/thomasf
2011/10/24 Daniel Shaw <ds...@dshaw.com>: