Redis

Why Trust Techopedia

What Does Redis Mean?

Redis is an advanced key-value store, better known as a data-structure server.

Advertisements

It can be considered as a type of database which works with key-value pairs and uses main memory for storing data. Its use of main memory means that it is both fast and scalable, but may be confined by the capacity of the RAM.

It also has built-in persistence though snapshotting and journalizing to disk so it can be used as a No SQL database.

Techopedia Explains Redis

Redis is described as an advanced key-value store rather than an outright database because of the way it stores data as key-value pairs which can contain strings, lists, hash sets, and sorted sets.

It works with an in-memory dataset in order to achieve outstanding performance and it can run atomic operations such as appending strings, incrementing hash values, finding and retrieving members in a list, computing set intersection, union and difference, and more.

Depending on the use case for which Redis is implemented on, data can be made to persist by dumping the dataset on the disk or by appending each command to a log.

Redis is open sourced and is BSD licensed. It was developed by Salvatore Sanfilippo and was initially released on April 10, 2009.

The program is written in ANSI C and is thoroughly tested for POSIX systems such as Linux, BSD, and OSX. There is no official Windows version, but Microsoft develops and maintains a Windows 32- and 64-bit experimental version.

Advertisements

Related Terms

Margaret Rouse
Technology Specialist
Margaret Rouse
Technology Specialist

Margaret is an award-winning writer and educator known for her ability to explain complex technical topics to a non-technical business audience. Over the past twenty years, her IT definitions have been published by Que in an encyclopedia of technology terms and cited in articles in the New York Times, Time Magazine, USA Today, ZDNet, PC Magazine, and Discovery Magazine. She joined Techopedia in 2011. Margaret’s idea of ​​a fun day is to help IT and business professionals to learn to speak each other’s highly specialized languages.