Redis
Description
Redis (Remote Dictionary Server) is an in-memory data structure store, used as a distributed, in-memory key–value database, cache and message broker, with optional durability. Redis supports different kinds of abstract data structures, such as strings, lists, maps, sets, sorted sets, HyperLogLogs, bitmaps, streams, and spatial indices. The project is developed and maintained by a project core team and as of 2015 is sponsored by Redis Labs. It is open-source software released under a BSD 3-clause license.
Relations
Edit details Edit relations Attach new author Attach new topic Attach new resource
Resources
compared in Do You Need Redis? PostgreSQL Does Queuing, Locking, & Pub/Sub
It's a common architecture to have PostgreSQL and Redis serve as the backbone of your app, but Postgr...