Skip to content

Tags: jackmarsh/redis

Tags

v0.0.3

Toggle v0.0.3's commit message
Add musl/Alpine Linux support with static linking

- Add libc parameter to redis_stack() to support both glibc and musl builds
- musl builds use static linking with libc malloc (no jemalloc/TLS dependencies)
- Share download between glibc and musl variants to avoid duplication
- Add redis_stack_musl target for Alpine-compatible binaries
- Update README to document musl build requirements and remove manual extraction
- Document required dependencies: musl-tools, musl-dev

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

v0.0.2

Toggle v0.0.2's commit message
Redis Stack v7.4.2

v0.0.1

Toggle v0.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Initial commit