redis_disconnect
Disconnect from the Redis server to end the current session. Use this to cleanly close the connection after finishing database operations.
Instructions
Disconnect from the Redis server.
Returns: Disconnection status message.
Example: >>> redis_disconnect() "Disconnected from Redis"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |