redis
Using NodeJS for real time live updating view using database
I hav开发者_如何转开发e been playing around with Nodejs and now wanted to know if i could create live update to a view/page as shownin this tutorial here[详细]
2023-04-08 05:48 分类:问答Customize destination of Redis' RDB file
I want to customize the destination of Redis\' RDB file to be something other than a file on a mounted file system.[详细]
2023-04-08 03:46 分类:问答Using redis with node.js (express)
I am learning node.js (and express framework) & here is a basic newbie question about redis & node.js. How to pass redis data to templates? What should I correct in my script, so I could displ[详细]
2023-04-08 00:45 分类:问答How often should I open/close my Booksleeve connection?
I\'m using the Booksleeve library in a C#/ASP.NET 4 application.Currently the RedisConnection object is a static object across my MonoLink class.Should I be keeping this connection open, or should I b[详细]
2023-04-08 00:12 分类:问答Redis: possible to expire an element in an array or sorted set?
Is it currently only possible to expire an entire key/value pair? What if I want to add values to a List type开发者_如何学C structure and have them get auto removed 1 hour after insertion. Is that cur[详细]
2023-04-07 22:47 分类:问答Can you save nested objects in redis?
Can you save nested objects in redis? I\'m using the node.js driver. One of my key-values is an array of objects. If I dont stringify it results in the string \"[object Object]\" if i stringify it I[详细]
2023-04-07 22:46 分类:问答Node.js tcp socket server on multiple machines
I have a node.js tcp server that is used as a backend to an iPhone chat client. Since my implementation includes private group chats I sto开发者_StackOverflow社区re a list of users and what chat room[详细]
2023-04-07 17:47 分类:问答scala-redis requires sbt 0.10.1 (other versions don't work) - is that normal?
While trying out the Scala bindings for Redis, I followed the instructions in the README file (clone the repo, cd into it, type sbt) and I got this:[详细]
2023-04-07 17:46 分类:问答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 分类:问答