Skip to content

WangEP/Redis_Rep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IWQoS-22-HPUCache

The Code for HPUCache: Toward High Performance and Resource Utilization in Clustered Cache via Data Copying and Instance Merging

Directory Structure

.
├── client -> A Redis Client forked from vipshop/hiredis-vip. 
├── server -> A Redis server modification from offical version 6.22
└── tools  -> some tools used in experiment.

Compile

We use make to build our system.

Client

cd ./client
make -j

Server

cd ./server
./build.sh

Run

We build the Redis cluster and run experiment via bash script in ./tools/utils.

We have five experiments.

./tools/utils/baseline.sh -> Figure 4/5
./tools/utils/new_exp1.sh -> Figure 11/14
./tools/utils/new_exp2.sh -> Figure 13
./tools/utils/new_exp3.sh -> Figure 12
./tools/utils/new_exp4.sh -> Figure 15/16

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published