mirror of
https://github.com/wassname/ray.git
synced 2026-08-05 13:21:03 +08: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
5 lines
106 B
Bash
5 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
|