Skip to content

Fix Redis entrypoint to send commands to Pelican#360

Open
Telesphoreo wants to merge 4 commits into
pelican-eggs:masterfrom
Telesphoreo:redis
Open

Fix Redis entrypoint to send commands to Pelican#360
Telesphoreo wants to merge 4 commits into
pelican-eggs:masterfrom
Telesphoreo:redis

Conversation

@Telesphoreo
Copy link
Copy Markdown

Description

Wraps redis-server with redis-cli so the Pelican console can actually send commands. The console was read-only before and so my solution was to forward each line sent to redis-cli with the configured port and password. I also changed the ^C to SHUTDOWN SAVE since outputs are working now and this lets us have graceful shutdowns. I also deprecated Redis 5/6 as those versions are EOL.

All Submissions:

  • Have you ensured there aren't other open Pull Requests for the same update or change?
  • Have you created a new branch for your changes and PR from that branch and not from your master branch?

@Telesphoreo Telesphoreo changed the title Redis Fix Redis entrypoint to send commands to Pelican May 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant