

Still on Mockito 1.x? See what’s new in Mockito 2! (the site is updated within 24 hours of the latest release). The documentation for all versions is available on Mockito downloads and instructions for setting up Maven, Gradle and other build systems are available from the Redislabs/redis package repository.Updates are announced via Twitter Follow mailing list. You can install the latest stable version of Redis from the $ sudo apt-get install redis *From the official Ubuntu PPA

$ echo "deb $(lsb_release -cs) main" | sudo tee /etc/apt//redis.list You can install recent stable versions of Redis from the official "bar" *From the official Debian/Ubuntu APT Repository You can interact with Redis using the built-in client: $ src/redis-cli The binaries that are now compiled are available in the Note: the generic tarball does not match any hash because it is modified to untar to the redis-stable directory.ĭownload, extract and compile Redis with: $ wget In order to extract the version in an automatic way.Ĭontains a README file with SHA1 digests of released tarball archives.

The source code of the latest stable release is Historical downloads are still available onĬan easily access the tarball of the latest Redis stable version at Redis 5 was release as GA in October 2018. Redis 5.0 is the first version of Redis to introduce the new stream data type with consumer groups, sorted sets blocking pop operations, LFU/LRU info in RDB, Cluster manager inside redis-cli, active defragmentation V2, HyperLogLogs improvements and many other improvements.

Redis 6.0 introduces SSL, the new RESP3 protocol, ACLs, client side caching, diskless replicas, I/O threads, faster RDB loading, new modules APIs and many more improvements.
