-
Notifications
You must be signed in to change notification settings - Fork 731
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
What would you like to be added:
Support arm/v5, arm/v7, 386 in 7.2, 7.4, 8.0 in binary detection
Additional context:
--platform linux/arm/v5 redis:7.2
# /usr/local/bin/redis-server -v
Redis server v=7.2.5 sha=00000000:0 malloc=jemalloc-5.3.0 bits=32 build=5c10fa635a0cd35f
# strings /usr/local/bin/redis-server | grep -C 2 -e '7\.2\.5'
everything
MONITOR isn't allowed for DENY BLOCKING client
7.2.5
Redis server v=%s sha=%s:%d malloc=%s bits=%d build=%llx
jemalloc-5.3.0
--
waiting-for-sync
server
7.2.5buildkitsandbox-1725533044000000000
%llx
# Server
--platform linux/arm/v7 redis:7.2
# /usr/local/bin/redis-server -v
Redis server v=7.2.5 sha=00000000:0 malloc=jemalloc-5.3.0 bits=32 build=5c10fa635a0cd35f
# strings /usr/local/bin/redis-server | grep -C 2 -e '7\.2\.5'
everything
MONITOR isn't allowed for DENY BLOCKING client
7.2.5
Redis server v=%s sha=%s:%d malloc=%s bits=%d build=%llx
jemalloc-5.3.0
--
waiting-for-sync
server
7.2.5buildkitsandbox-1725533044000000000
%llx
# Server
--platform linux/386 redis:7.2
# /usr/local/bin/redis-server -v
Redis server v=7.2.5 sha=00000000:0 malloc=jemalloc-5.3.0 bits=32 build=b521fa9952534dab
# strings /usr/local/bin/redis-server | grep -C 2 -e '7\.2\.5'
jemalloc-5.3.0
00000000
7.2.5
standalone
Running mode=%s, port=%d.
--
Ready to accept connections %s
WARNING: You specified a maxmemory value that is less than 1MB (current value is %llu bytes). Are you sure this is what you really want?
7.2.5buildkitsandbox-1725496002000000000
# Server
redis_version:%s
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Done