Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Redis arm/v5, arm/v7, 386 in 7.2, 7.4, 8.0 #3279

Closed
witchcraze opened this issue Sep 26, 2024 · 0 comments · Fixed by #3281
Closed

Support Redis arm/v5, arm/v7, 386 in 7.2, 7.4, 8.0 #3279

witchcraze opened this issue Sep 26, 2024 · 0 comments · Fixed by #3281
Assignees
Labels
enhancement New feature or request

Comments

@witchcraze
Copy link
Contributor

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
@witchcraze witchcraze added the enhancement New feature or request label Sep 26, 2024
@willmurphyscode willmurphyscode moved this to In Review in OSS Sep 26, 2024
@willmurphyscode willmurphyscode self-assigned this Sep 26, 2024
@willmurphyscode willmurphyscode moved this from In Review to Stalled in OSS Sep 28, 2024
@willmurphyscode willmurphyscode moved this from Stalled to In Progress in OSS Sep 30, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Done in OSS Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants