redis
Multiple strings matching performance
I have an artists table with over 100,000 records that I use to match against an array (between 1 and several thousands) of artists submitted by the user. My current query looks like this:[详细]
2023-04-07 01:24 分类:问答How to set password for Redis?
I\'m working with redis on my local machineso I dont really need to set up a password to connect to the server with my php client (I\'m using predis as a client). However, I\'m moving my app to a live[详细]
2023-04-06 22:51 分类:问答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 分类:问答