DBPedias

Your Database Knowledge Community

Redis

Redis is an open-source, networked, in-memory, persistent, journaled, key-value data store. It is written in ANSI C, and development of Redis is sponsored by VMware.

  1. A Simple Redis Use Case for Sorted Sets

    Over at Scalarium we constantly find outselves adding new statistics to track specific parts of the system. Thought it'd be a good idea to share some of them, and how we're using Redis to store them. Yesterday I was looking for a way to track the time it ...