Redis
文章平均质量分 65
SalmonellaVaccine
这个作者很懒,什么都没留下…
展开
-
Caching a MongoDB Database with Redis
https://www.sitepoint.com/caching-a-mongodb-database-with-redis/Today, performance is one of the most important metrics you need to evaluate when developing a web service. Keeping customer转载 2016-05-23 09:27:44 · 686 阅读 · 0 评论 -
NOSQL练习 – 用 MONGODB 和 REDIS 解决一个现实问题
http://www.cnphp6.com/archives/28202Practical NoSQL – Solving a Real Problem with MongoDB and Redis。还是牛逼的Karl Seguin写的,08 May 2011。作者好牛逼啊,我不懂的他都懂。Practical NoSQL – Solving a Real转载 2016-05-23 09:31:09 · 789 阅读 · 0 评论 -
Practical NoSQL - Solving a Real Problem with MongoDB and Redis
08 May 2011 - By Karl SeguinWhen I wrote The Little MongoDB Book (hey, it's free) I presented the point of view that, broadly speaking, NoSQL was about expanding our toolset with respect t转载 2016-05-23 09:31:48 · 520 阅读 · 0 评论 -
Nodis - 前缀匹配、模糊搜索, 基于redis和node.js
http://www.phonegap100.com/athreadinfo_5639.htmlNodisgithub - Nodis基于redis和node.js, 支持前缀匹配和模糊匹配搜索, 如用户名搜索、文章标题搜索等.使用了zookeeper和thrift, 客户端可用任何支持thrift的语言实现, 也可很容易地移除这两部分代码.很容易即可更改为转载 2016-06-06 14:32:11 · 2564 阅读 · 0 评论 -
Using Redis with Node.js
https://www.sitepoint.com/using-redis-node-js/Redis is a fast and efficient in-memory key-value store. It is also known as a data structure server, as the keys can contain strings, lists, sets转载 2016-12-26 13:40:09 · 323 阅读 · 0 评论 -
Storing nested objects in Redis
https://alexandergugel.svbtle.com/storing-relational-data-in-redisSince Redis supports the usage of a Hash Tables, one dimensional JavaScript-like objects can be modeled it quite easily. The pro转载 2016-12-27 09:47:28 · 335 阅读 · 0 评论 -
Building Faster APIs with NodeJs and Redis
https://coligo.io/nodejs-api-redis-cache/In this tutorial we will be building an API to compute the total number of stars a GitHub user has across all their public repositories. We'll be using:转载 2016-12-28 12:54:23 · 368 阅读 · 0 评论