You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the playground web app allows users to run dice DB commands directly once the CLI loads, However, when the server is unavailable, commands return a "Failed to fetch" error. I believe there should be an indication to show whether the connection to the DiceDB server is successful.
Adding a feature that displays the connection status (e.g., "Connected" or "Failed to Connect") using the DiceDB PING command would improve the user experience by helping users quickly verify if the server is accessible before running commands.
Suggestions:
Use the PING command to check if the DiceDb server is reachable.
Display a simple "Connected" or "Failed to Connect" message near the command input area.
The text was updated successfully, but these errors were encountered:
Description:
Currently, the playground web app allows users to run dice DB commands directly once the CLI loads, However, when the server is unavailable, commands return a "Failed to fetch" error. I believe there should be an indication to show whether the connection to the DiceDB server is successful.
Adding a feature that displays the connection status (e.g., "Connected" or "Failed to Connect") using the DiceDB
PING
command would improve the user experience by helping users quickly verify if the server is accessible before running commands.Suggestions:
The text was updated successfully, but these errors were encountered: