Sha256: daae526dafb5a45248357b6b981eb869c42df47b8938408928ec8c1f3fb97bd2
Contents?: true
Size: 773 Bytes
Versions: 2
Compression:
Stored size: 773 Bytes
Contents
#### {% title "Redis" %} # Redis datastore [To Redis or Not To Redis?] [redis-or-not] [Redis] [redis] is key/value store: * which is blazingly fast * works best when data set is small enough that it can fit in available RAM * it's OK if some recently updated records are lost in a catastrophic failure * makes your life would a lot easier whenever you want cheap and easy set and list operations Zob. też [Object-Hash Mapping for Redis] [ohm]. [redis]: http://www.engineyard.com/blog/2009/key-value-stores-for-ruby-part-4-to-redis-or-not-to-redis/ "Redis or not…" [ohm]: "http://ohm.keyvalue.org/" "Object-Hash Mapping for Redis" [redis-or-not]: http://www.engineyard.com/blog/2009/key-value-stores-for-ruby-part-4-to-redis-or-not-to-redis/ "Redis orn not…"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
nosql-tutorial-0.1.1 | lib/views/redis.rdiscount |
nosql-tutorial-0.1.0 | lib/views/redis.rdiscount |