|
|
|
|
|
by bbrunner
3186 days ago
|
|
I've been using redis + resque[1] for a few side projects and I have to say I'm glad that streams are getting first class support in redis. I was always a little wary of hacking this sort of functionality on top of redis lists. It worked, but it sort of seemed a little bit fragile. [1] https://github.com/resque/resque |
|