redis
redis list items, TTL and ranking by score
I would like to sort blog articles by page hits over the past 5000 views. I was experimenting with the following (200, 205, 202 are id\'s of the blog articles):[详细]
2023-04-06 21:59 分类:问答Using NowJS for Node.js with jQuery UI Draggable
I started with the code found at this post: http://www.bennadel.com/blog/2171-Realtime-Messaging-And-Synchronization-With-NowJS-And-Node-js.htm.[详细]
2023-04-06 16:46 分类:问答Scalable Pub/Sub engine for realtime
I\'m looking for a pub/sub engine, with the following requirements: Very low latency < 0.5 sec Scalable[详细]
2023-04-06 13:06 分类:问答Resque with Redis To Go can't work as expectation
I need to use Resque to enqueue my jobs on Heroku. As it\'s my first time to use it, I follow the instruction on this site:Resque with Redis To Go.[详细]
2023-04-06 11:29 分类:问答Bulk ingest into Redis
I\'m trying to load a large piece of data into Redis as fast as possible. My data looks like: 77开发者_如何学运维1240491921 SOME;STRING;ABOUT;THIS;LENGTH[详细]
2023-04-06 07:24 分类:问答How do I move this controller code to a Resque job?
I want to move some of my sessions controller process into a Resque worker to make logging in much smoother. I want to move parts from here:[详细]
2023-04-06 03:22 分类:问答In Node.js, why should I prefer key-value stores over application variable?
I am developing a Socket.IO-backed real-time application in Node.JS that will be used by couple of hundred users simultaneously at any given moment, and I need to store some basic details about each c[详细]
2023-04-05 22:51 分类:问答Rails 3.1 using redis getting error: undefined method new for RedisStore:Module
I am tryin开发者_开发技巧g to use redis and redis-store with rails 3.1; however I seem to get an error:[详细]
2023-04-05 19:23 分类:问答Jruby, Garbage Collector, Redis
I have an Jruby On Rails app which uses several WS\'s to gather data. The app processes the data displays it to the user, the user make his changes and then is sent back to the WS.[详细]
2023-04-05 17:19 分类:问答Rails has_many :through
I\'m trying to create a point of sale app in rails Right now I have an items model. The items model contains each of the different items carried by the store.[详细]
2023-04-05 13:06 分类:问答