Redis uses a standard practice for its versioning: major.minor.patchlevel. An even minor marks a stable release, like 1.2, 2.0, 2.2, 2.4, 2.6, 2.8. Odd minors are used for unstable releases, for example 2.9.x releases are the unstable versions of what will be Redis 3.0 once stable.
Download redis connector for free. Developer Tools downloads - Redis Desktop Manager by Igor Malinovskiy and many more programs are available for instant and free download. Developing with Redis Clients. Using Redis with.Net C# Using Redis with C Using Redis with Drupal 7 Using Redis with Java. TRY REDIS ENTERPRISE CLOUD FREE. Redis Enterprise Cloud provides complete automation of day-to-day database operations. Start now with 30MB of free storage.
Scripts and other automatic downloads can easily access the tarball of the latest Redis stable version at https://download.redis.io/redis-stable.tar.gz, and its respective SHA256 sum at https://download.redis.io/redis-stable.tar.gz.SHA256SUM. The source code of the latest stable release is always browsable here, use the file src/version.h in order to extract the version in an automatic way.
The Github repository redis-hashes contains a README file with SHA1 digests of released tarball archives. Note: the generic redis-stable.tar.gz tarball does not match any hash because it is modified to untar to the redis-stable directory.
Download, extract and compile Redis with:
The binaries that are now compiled are available in the src
directory. Run Redis with:
You can interact with Redis using the built-in client:
You can install the latest stable version of Redis from the redislabs/redis
package repository. Add the repository to the apt
index, update it and install:
You can install the latest stable version of Redis from the Snapcraft marketplace:
Are you new to Redis? Try our online, interactive tutorial.