Please follow below instructions to install and use Redis
Type following commands in command line.
wget http://download.redis.io/releases/redis-stable.tar.gz
tar xzf redis-stable.tar.gz
cd redis-stable
make
make test
sudo make install
cd utils
sudo ./install_server.sh
As the script runs, you can choose the default options by pressing enter.
Port depends on the port you set during the installation. 6379 is the default port setting.
sudo service redis_6379 start
sudo service redis_6379 stop
Access redis command line tool
redis-cli
You will see following command line.
redis 127.0.0.1:6379>
Then send events with key and value as follows.
127.0.0.1:6379> publish EVENTCHANNEL sanjeewa11111199999999
Type following commands in command line.
wget http://download.redis.io/releases/redis-stable.tar.gz
tar xzf redis-stable.tar.gz
cd redis-stable
make
make test
sudo make install
cd utils
sudo ./install_server.sh
As the script runs, you can choose the default options by pressing enter.
Port depends on the port you set during the installation. 6379 is the default port setting.
sudo service redis_6379 start
sudo service redis_6379 stop
Access redis command line tool
redis-cli
You will see following command line.
redis 127.0.0.1:6379>
Then send events with key and value as follows.
127.0.0.1:6379> publish EVENTCHANNEL sanjeewa11111199999999
No comments:
Post a Comment