From 8745788e218d67fd932382614eec875d50443826 Mon Sep 17 00:00:00 2001 From: adamiBs Date: Sun, 15 Sep 2024 10:01:38 +0300 Subject: [PATCH 1/2] Revisit Redis's Content - Remove the 32 bit variant section which is no longer relevant - Remove the section on Redis-Stack which is no longer relevant. --- redis/content.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/redis/content.md b/redis/content.md index afcbf2fd9003..f5dfd0144b0a 100644 --- a/redis/content.md +++ b/redis/content.md @@ -57,16 +57,3 @@ $ docker run -v /myredis/conf:/usr/local/etc/redis --name myredis %%IMAGE%% redi Where `/myredis/conf/` is a local directory containing your `redis.conf` file. Using this method means that there is no need for you to have a Dockerfile for your redis container. The mapped directory should be writable, as depending on the configuration and mode of operation, Redis may need to create additional configuration files or rewrite existing ones. - -## `32bit` variant - -This variant is *not* a 32bit image (and will not run on 32bit hardware), but includes Redis compiled as a 32bit binary, especially for users who need the decreased memory requirements associated with that. See ["Using 32 bit instances"](http://redis.io/topics/memory-optimization#using-32-bit-instances) in the Redis documentation for more information. - -# Redis Stack and modules - -Modules extend Redis with extra capabilities. Redis Stack already comes with the capabilities (search and query, JSON support, and more) that are developed by Redis (the company). The Docker images are available here: - -- [Redis Stack](https://hub.docker.com/r/redis/redis-stack): Redis plus extra capabilities and Redis Insight (a GUI for Redis) -- [Redis Stack Server](https://hub.docker.com/r/redis/redis-stack-server): Redis plus extra capabilities - -You can find the list of modules for Redis on [redis.io](https://redis.io/community/redis-modules-hub/). From de242c57c9512fadd85030e4ec7b0e4afecda389 Mon Sep 17 00:00:00 2001 From: adamiBs Date: Sun, 15 Sep 2024 10:06:17 +0300 Subject: [PATCH 2/2] Update Redis Maintainer to Redis LTD --- redis/maintainer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 120000 => 100644 redis/maintainer.md diff --git a/redis/maintainer.md b/redis/maintainer.md deleted file mode 120000 index e727ff0696ae..000000000000 --- a/redis/maintainer.md +++ /dev/null @@ -1 +0,0 @@ -../.common-templates/maintainer-community.md \ No newline at end of file diff --git a/redis/maintainer.md b/redis/maintainer.md new file mode 100644 index 000000000000..d1e3d7a407c8 --- /dev/null +++ b/redis/maintainer.md @@ -0,0 +1 @@ +[Redis LTD](https://redis.io/)