-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
600 changed files
with
79 additions
and
193,490 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
git clone https://github.com/pmem/redis.git redis-nvml | ||
cd redis-nvml | ||
# Change to PMDK version of Redis (PMDK was named as NVML) | ||
git checkout 3.2-nvml | ||
# Apply XFDetector's patch | ||
git apply ../redis_xfdetector.patch | ||
# Add PMDK to redis dependency folder | ||
ln -s ../../pmdk/ ./deps/pmdk | ||
# Compile with PMDK enabled | ||
make USE_PMDK=yes STD=-std=gnu99 | ||
# Add config for XFDetector post-failure process | ||
cp redis.conf redis_post.conf | ||
sed -i 's/port 6379/port 6380/' redis_post.conf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.