Previous Post
Next Post
mranney / node_redis
https://github.com/mranney/node_redis
redis client for node
A Collection Of Redis Use Cases
http://www.paperplanes.de/2010/2/16/a_collection_of_redis_use_cases.html
Why I like Redis
http://simonwillison.net/2009/Oct/22/redis/
Redis is typically categorised as yet another of those new-fangled NoSQL key/value stores, but if you look closer it actually has some pretty unique characteristics. It makes more sense to describe it as a “data structure server”—it provides a network service that exposes persistent storage and operations over dictionaries, lists, sets and string values
Introducing Resque
https://github.com/blog/542-introducing-resque
Resque is our Redis-backed library for creating background jobs, placing those jobs on multiple queues, and processing them later.
Background jobs can be any Ruby class or module that responds to perform.
Try Redis
http://try.redis-db.com/
Welcome to Try Redis, a demonstration of the Redis database!
How to take advantage of Redis just adding it to your stack
http://antirez.com/post/take-advantage-of-redis-adding-it-to-your-stack.html
Redis is different than other database solutions in many ways: it uses memory as main storage support and disk only for persistence, the data model is pretty unique, it is single threaded and so forth. I think that another big difference is that in order to take advantage of Redis in your production environment you don’t need to switch to Redis. You can just use it in order to do new things that were not possible before, or in order to fix old problems.
Building a Real-Time Location-Based Urban Geofencing Game with Socket.io, Redis, Node.js and Sinatra Synchrony
https://geoloqi.com/blog/2011/09/building-a-real-time-location-based-urban-geofencing-game-with-socket-io-redis-node-js-and-sinatra-synchrony/
How we planned, built and tested a truly real-time location-based game with Socket.io, Redis, Node.js, and what we learned along the way.
Redis tutorial, April 2010
http://simonwillison.net/static/2010/redis-tutorial/
Using Redis with Node.js
http://www.hacksparrow.com/using-redis-with-node-js.html
Lazybones: A Monk Skeleton for CouchDB and Sinatra
http://www.tobyjoe.com/2009/08/monkrb-skeleton-for-couchdb-and-sinatra/
HOW TO BUILD A FAST NEWS FEED IN REDIS
http://blog.waxman.me/how-to-build-a-fast-news-feed-in-redis
Cassandra vs MongoDB vs CouchDB vs Redis vs Riak vs HBase vs Membase vs Neo4j comparison
http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-vs-redis/
Redis Sentinel design draft 1.1
http://redis.io/topics/sentinel-spec
Redis Sentinel is the name of the Redis high availability solution that’s currently under development. It has nothing to do with Redis Cluster and is intended to be used by people that don’t need Redis Cluster, but simply a way to perform automatic fail over when a master instance is not functioning correctly.
debasishg / cqrs-akka
https://github.com/debasishg/cqrs-akka
An implementation of CQRS using scalaz for functional domain models and Akka for event sourcing
PubSub with Redis and Akka Actors
http://debasishg.blogspot.com.ar/2010/04/pubsub-with-redis-and-akka-actors.html
MSOpenTech / redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes
Port to Windows
daitangio / code_zauker
https://github.com/daitangio/code_zauker
A search engine for programming language based on ruby and redis
Redis to go
http://redistogo.com/
Simple Redis Hosting
The Instagram Architecture Facebook Bought For A Cool Billion Dollars
http://highscalability.com/blog/2012/4/9/the-instagram-architecture-facebook-bought-for-a-cool-billio.html
Lessons learned: 1) Keep it very simple 2) Don’t re-invent the wheel 3) Go with proven and solid technologies when you can.
…Redis powers their main feed, activity feed, sessions system, and other services.
EVAL script numkeys key [key …] arg [arg …]
http://redis.io/commands/eval
sutajio / related
https://github.com/sutajio/related
Related is a Redis-backed high performance distributed graph database.
Just how big are porn sites?
http://www.extremetech.com/computing/123929-just-how-big-are-porn-sites
Redis is everywhere 😉
Building real-time feed updates for NewsBlur with Redis and WebSockets
http://blog.newsblur.com/post/20371256202/building-real-time-feed-updates-for-newsblur
Redis and Ohm
http://files.soveran.com/simplicity/#0
RubyConf Uruguay 2010
Ohm
http://ohm.keyvalue.org/
Object-hash mapping library for Redis
Ohm is a library for storing objects in Redis, a persistent key-value database. It includes an extensible list of validations and has very good performance.
Ruby version, links to Java, Lua, Node.js, Python
Step by Step: Implementing Redis In Erlang
http://www.erlang-factory.com/conference/SFBay2012/speakers/ChadDePue
What Are 5 Mistakes to Avoid When Using Redis?
http://nosql.mypopescu.com/post/18899208114/what-are-5-mistakes-to-avoid-when-using-redis
Cloudno.de
http://cloudno.de/
Cloudnode is a new hosting platform for Node.js, CouchDB and Redis
defunkt / resque
https://github.com/defunkt/resque
Resque is a Redis-backed Ruby library for creating background jobs, placing them on multiple queues, and processing them later
Redis Manifesto
http://antirez.com/post/redis-manifesto.html
My Links
http://delicious.com/ajlopez/redis
Keep tuned!
Angel “Java” Lopez
http://www.ajlopez.com
http://twitter.com/ajlopez