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

Add redis-cli Feature #2

Open
jgarber623 opened this issue Feb 28, 2024 · 0 comments
Open

Add redis-cli Feature #2

jgarber623 opened this issue Feb 28, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@jgarber623
Copy link
Contributor

Pulling some possibly relevant code from an old project:

# Install redis-cli the hard way
RUN cd /tmp && \
    wget -O redis.tar.gz "https://download.redis.io/releases/redis-${REDIS_VERSION}.tar.gz" && \
    tar -xvzf redis.tar.gz && \
    make -C "redis-${REDIS_VERSION}" install redis-cli /usr/local/bin && \
    rm -rf redis.tar.gz "redis-${REDIS_VERSION}"
@jgarber623 jgarber623 added the enhancement New feature or request label Feb 28, 2024
@jgarber623 jgarber623 self-assigned this Feb 28, 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
None yet
Development

No branches or pull requests

2 participants