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
Copy file name to clipboardExpand all lines: utils/errors/no-redis.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ class RedisConnectionError extends Error {
3
3
super(`
4
4
Could not start the bot. Has Redis been installed and have you enabled the service?
5
5
6
-
You can find your OS's installation instructions and Redis start command at https://redis.io/docs/latest/operate/oss_and_stack/install/install-redis/.
6
+
You can find your OS's Redis installation instructions and service start command at: https://redis.io/docs/latest/operate/oss_and_stack/install/install-redis/.
0 commit comments