We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e16b03 commit 2d3da39Copy full SHA for 2d3da39
redis-install-script.sh
@@ -59,13 +59,11 @@ echo " 8. Start Redis Server"
59
echo "*****************************************"
60
sudo service redis-server start
61
62
-echo " Complete!"
+echo " Installation Complete!"
63
echo " You can test your redis installation using the redis console:"
64
echo " $ src/redis-cli"
65
-echo " redis> set foo bar"
66
-echo " OK"
67
-echo " redis> get foo"
68
-echo " bar"
+echo " redis> ping"
+echo " PONG"
69
70
echo " Following changes have been made in redis.config:"
71
echo " 1: ... daemonize yes"
0 commit comments