Redis


Topic | v1 | created by jjones |
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

is Database

A database is an organized collection of data, generally stored and accessed electronically from a co...


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...