Skip to content

Add debug script command#13289

Merged
sundb merged 6 commits intoredis:unstablefrom
AcherTT:feat/debug-script
Jun 21, 2024
Merged

Add debug script command#13289
sundb merged 6 commits intoredis:unstablefrom
AcherTT:feat/debug-script

Conversation

@AcherTT
Copy link
Contributor

@AcherTT AcherTT commented May 23, 2024

Add two new debug commands for outputing script.

  1. DEBUG SCRIPT LIST
    Output all scripts.
  2. DEBUG SCRIPT <sha1>
    Output a specific script.

Close #3846

@AcherTT AcherTT force-pushed the feat/debug-script branch from e8af86e to ee0f8f0 Compare May 24, 2024 09:58
@sundb sundb changed the title feature: add debug script command Add debug script command Jun 7, 2024
@AcherTT AcherTT force-pushed the feat/debug-script branch from ee0f8f0 to b98d8a8 Compare June 15, 2024 15:37
@sundb sundb merged commit 811c5d7 into redis:unstable Jun 21, 2024
@YaacovHazan YaacovHazan added release-notes indication that this issue needs to be mentioned in the release notes and removed release-notes indication that this issue needs to be mentioned in the release notes labels Jun 23, 2024
funny-dog pushed a commit to funny-dog/redis that referenced this pull request Sep 17, 2025
Add two new debug commands for outputing script.
1. `DEBUG SCRIPT LIST`
   Output all scripts.
2. `DEBUG SCRIPT <sha1>`
    Output a specific script.
    
Close redis#3846
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

SCRIPT LIST command desirable

3 participants