Redis
Redis
https://redis.io/
Advanced key-value database
Redis is an advanced key-value database.
It is similar to memcached but the dataset is not volatile, and values can be strings, exactly like in memcached, but also lists, sets, and ordered sets. All this data types can be manipulated with atomic operations to push/pop elements, add/remove elements, perform server side union, intersection, difference between sets, and so forth. Redis supports different kind of sorting abilities.
Documentation
https://redis.io/docs/
Download
https://github.com/redis/redis/archive/refs/tags/8.0.1-int.tar.gz
VCS Checkout
git clone https://github.com/redis/redisCategories
- Database:server
- Interface:command-line
- Interface:console
- Library:C
- Library:Java
- Programming-language:C
- Programming-language:python
- Runs-on:Windows
- Runs-on:BSD
- Runs-on:OS X
- Runs-on:GNU/Linux
- Software-development:programming-language
- Software-development:database-application-development
- Use:software-development
- Use:interface
- Use:organizing
- Use:storage
Licensing
License
Verified by
Verified on
Notes
License
Verified by
NameNotQuality
Verified on
16 May 2025
Leaders and contributors
Resources and communication
| Audience | Resource type | URI |
|---|---|---|
| Ruby binding (Expat) | Download | https://rubygems.org/gems/redis |
| Developers | VCS Repository Webview | https://github.com/redis/redis |
| Debian Package | Download | https://tracker.debian.org/pkg/redis |
| Users | Homepage | https://redis.io |
| Users | Bug Tracking | https://github.com/redis/redis/issues |
| Perl binding (Artistic 2.0) | Download | https://metacpan.org/release/Redis |
| Python binding (Expat) | Download | https://pypi.org/project/redis |
Software prerequisites
| Kind | Description |
|---|---|
| Required to build | cmake<=3.31.6 |
| Required to build | g++ |
| Required to build | autoconf |
| Required to build | gcc |
| Required to build | LLVM |
| Required to build | make |
| Required to use | libc |
| Required to build | openssl |
| Required to use | python |
| Required to build | wget |
This entry (in part or in whole) was last reviewed on 16 May 2025.
Version comment
The one that frees redis to AGPLv3 once more
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.
