Dependencies:
$ git clone https://github.com/redis/hiredis
$ cd hiredis
$ make
$ wget ://sourceforge.net/projects/boost/files/boost/1.56.0/boost_1_56_0.tar.gz/download
$ tar -xvf boost_1_56_0.tar.gz
$ cd boost_1_56_0/
$ ./booststrap.sh
$ ./b2
$ wget http://download.redis.io/releases/redis-2.8.15.tar.gz
$ tar -xvf redis-2.8.15.tar.gz
$ cd redis-2.8.15/
$ make
$ make (test to check if the installation went correctly)
$ make
- Generates two executables
net_send
andnet_recv
in the bin folder and all object files in build folder
cd ~/redis/src
./redis-server &
$ ./bin/net_recv -m /net/hu21/agangil3/khanEVPath/test -d -p 6379 -s stores.txt
$ ./bin/net_send 0:Abdsf23424324233423423423 -s stores.txt
Porting Khan to EVPath http://www.cc.gatech.edu/systems/projects/EVPath/