mirror of
https://github.com/vale981/ray
synced 2025-03-08 19:41:38 -05:00

* code for maintaining the object table * Makefile fix * Clone git submodules. * directory -> object_table * Fix Makefile and remove unnecessary files. * Fix formatting. * make code more generic
4 lines
106 B
Bash
4 lines
106 B
Bash
wget http://download.redis.io/releases/redis-3.2.3.tar.gz
|
|
tar xvfz redis-3.2.3.tar.gz
|
|
cd redis-3.2.3
|
|
make
|