We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The SHUTDOWN command shuts the server down synchronously. Reference: https://redis.io/docs/latest/commands/shutdown/
Command File: ./internal/modules/admin/commands.go Test File: ./internal/modules/admin/commands_test.go
Command: shutdown Module: constants.AdminModule Categories: contants.AdminCategory, constants.SlowCategory, constants.DangerousCategory Description: (SHUTDOWN [NOSAVE | SAVE] [NOW] [FORCE] [ABORT]) synchronously shutdown the server Sync: false
shutdown
constants.AdminModule
contants.AdminCategory
constants.SlowCategory
constants.DangerousCategory
(SHUTDOWN [NOSAVE | SAVE] [NOW] [FORCE] [ABORT]) synchronously shutdown the server
false
Command File: ./echovault/api_admin.go Test File: ./echovault/api_admin_test.go
Add documentation to ./docs/docs/commands/admin/shutdown.mdx
./docs/docs/commands/admin/shutdown.mdx
The text was updated successfully, but these errors were encountered:
Hi @kelvinmwinuka , I would like to work on this issue.
Sorry, something went wrong.
Hey @zenc0derr this issue is available. Feel free to take it up :)
No branches or pull requests
The SHUTDOWN command shuts the server down synchronously.
Reference: https://redis.io/docs/latest/commands/shutdown/
Client-Server Spec:
Command File: ./internal/modules/admin/commands.go
Test File: ./internal/modules/admin/commands_test.go
Command:
shutdown
Module:
constants.AdminModule
Categories:
contants.AdminCategory
,constants.SlowCategory
,constants.DangerousCategory
Description:
(SHUTDOWN [NOSAVE | SAVE] [NOW] [FORCE] [ABORT]) synchronously shutdown the server
Sync:
false
Embedded Spec:
Command File: ./echovault/api_admin.go
Test File: ./echovault/api_admin_test.go
Documentation
Add documentation to
./docs/docs/commands/admin/shutdown.mdx
The text was updated successfully, but these errors were encountered: