Search Criteria
Package Details: redis 8.6.3-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/redis.git (read-only, click to copy) |
|---|---|
| Package Base: | redis |
| Description: | An in-memory database that persists on disk |
| Upstream URL: | https://redis.io/ |
| Licenses: | AGPL-3.0-only |
| Submitter: | freswa |
| Maintainer: | freswa |
| Last Packager: | freswa |
| Votes: | 6 |
| Popularity: | 0.43 |
| First Submitted: | 2025-05-13 09:00 (UTC) |
| Last Updated: | 2026-05-05 19:16 (UTC) |
Dependencies (6)
- grep (grep-gitAUR, grep-compatAUR, rg-grepAUR)
- jemalloc (jemalloc-gitAUR)
- shadow (shadow-selinuxAUR)
- systemd-libs (systemd-libs-gitAUR, systemd-libs-selinuxAUR, unshitted-systemd-libsAUR, systemd-liberated-libs-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR, openssl-aegisAUR) (make)
- systemd (systemd-gitAUR, systemd-selinuxAUR, unshitted-systemdAUR, systemd-liberated-gitAUR) (make)
Required by (114)
- ai-trader-git (optional)
- appflowy-cloud (optional)
- auroradownloader
- autopush-rs (optional)
- bitmagnet (optional)
- bitmagnet-beta (optional)
- bitmagnet-bin (optional)
- bitmagnet-git (optional)
- brpaste (optional)
- carto-builder
- carto-sql-api
- carto-tiler
- concrnt-api (optional)
- concrnt-api-bin (optional)
- concrnt-gateway (optional)
- concrnt-gateway-bin (optional)
- diaspora-mysql
- diaspora-mysql-git
- diaspora-postgresql
- diaspora-postgresql-git
- Show 94 more...
Latest Comments
friedrichr commented on 2026-05-13 12:02 (UTC)
While starting up
redis, I stumbled upon the following System Journal entry:In the
redisconfiguration file/etc/redis/redis.conf, currently it is specified:The name has several flaws:
/var/run/, not just/run/.redisfails to create this PID file, see the System Journal excerpt above.A few solutions can be conceived (discussed with ChatGPT):
Just commenting-out the
pidfile ((...))configuration statement. Here,redisruns non-daemonised, so no pidfile will be provided if none is specified (according to the comment in/etc/redis/redis.confabove thepidfileinstruction).Modifying the
redissystemd unit byRuntimeDirectory=redis, and modifying the pidfile instruction topidfile /run/redis/redis.pid. Since in the Unit alreadyUser=redisandGroup=redisare given, systemd should then provide/run/redis/with the proper user, group and permissions.Both seem like a valid solution to me. I would be glad id this slight dysfunction can be fixed. I could try out both in DIY scheme, but I prefer it to talk back to upsteam before.
Friedrich
freswa commented on 2026-03-02 11:22 (UTC)
@ruizlenato sure, feel free to submit a patch at https://github.com/freswa/aur
ruizlenato commented on 2026-03-02 02:42 (UTC)
Can aarch64 be added to the supported architectures in the PKGBUILD?
boudekerk commented on 2025-07-08 12:12 (UTC) (edited on 2025-08-07 18:54 (UTC) by boudekerk)
@freswa Can aarch64 be added to the supported architectures in the PKGBUILD? I can confirm it builds and works fine.
catwell commented on 2025-05-13 14:41 (UTC)
This package does not build because since the license changed in 8.0 the file COPYING no longer exists (it is LICENSE.txt).
Moreover the license field is invalid, Redis has not been BSD in a long time. Starting with 8.0 it should probably be marked AGPL.