Skip to content

Commit 2d3da39

Browse files
committed
Update master
1 parent 3e16b03 commit 2d3da39

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

redis-install-script.sh

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,11 @@ echo " 8. Start Redis Server"
5959
echo "*****************************************"
6060
sudo service redis-server start
6161
echo "*****************************************"
62-
echo " Complete!"
62+
echo " Installation Complete!"
6363
echo " You can test your redis installation using the redis console:"
6464
echo " $ src/redis-cli"
65-
echo " redis> set foo bar"
66-
echo " OK"
67-
echo " redis> get foo"
68-
echo " bar"
65+
echo " redis> ping"
66+
echo " PONG"
6967
echo "*****************************************"
7068
echo " Following changes have been made in redis.config:"
7169
echo " 1: ... daemonize yes"

0 commit comments

Comments
 (0)