[Buildroot] [PATCH v2 0/4] package/redis: bump to Redis 6

Titouan Christophe titouan.christophe at railnova.eu
Tue Jun 2 10:40:07 UTC 2020


This series bumps Redis to the new major version 6.

Redis 6 introduces new data types and commands, support for clients ACL, TLS 
connections, client-side caching, threaded I/O, and many other improvements.
See the full announcement on: http://antirez.com/news/132
See the changelog:
    https://raw.githubusercontent.com/antirez/redis/6.0/00-RELEASENOTES


In addition to the version bump, this series also adds a runtime test for
Redis, and enables support for TLS and Systemd integration.
---
Changes v1 -> v2:
* Bump to Redis 6.0.4 instead of 6.0.1
* Drop patch which has been applied upstream
---
Titouan Christophe (4):
  package/redis: bump to version 6.0.4
  support/testing: add runtime test for Redis
  package/redis: add optional support for TLS connections
  package/redis: add optional support for systemd

 .gitlab-ci.yml                              |  1 +
 DEVELOPERS                                  |  1 +
 package/redis/Config.in                     | 15 +++++++------
 package/redis/redis.hash                    |  4 ++--
 package/redis/redis.mk                      | 11 +++++++++-
 package/redis/redis.service                 | 10 +++++----
 support/testing/tests/package/test_redis.py | 24 +++++++++++++++++++++
 7 files changed, 53 insertions(+), 13 deletions(-)
 create mode 100644 support/testing/tests/package/test_redis.py

-- 
2.25.3



More information about the buildroot mailing list