pmem / pmem-redis

A version of Redis that uses persistent memory
BSD 3-Clause "New" or "Revised" License
113 stars 47 forks source link

update pmdk to the 1.5-rc1 release #1

Closed guoanwu closed 6 years ago

guoanwu commented 6 years ago

use: git submodule add https://github.com/pmem/pmdk deps/pmdk when clone the pmdk when you clone the pmem-redis use: git clone https://github.com/pmem/pmem-redis.git --recursive

In the deps/ there is a script update-pmdk.sh which do the following: cd pmdk git checkout 1.5-rc1

If you have new version to use, just change the update-pmdk.sh