Skip to content
forked from apache/kvrocks

the kvrocks(kv-rocks) is SSD NoSQL which based on rocksdb, and compatible with the Redis protocol, intention to decrease the cost of memory and increase the capability

License

Notifications You must be signed in to change notification settings

CieloSun/kvrocks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to use

preinstall

sudo apt-get install libsnappy-dev autoconf automake libtool make cmake
cd /root && git clone --depth 1 --recursive https://github.com/CieloSun/kvrocks

gitflags && googletest

cd /root && git clone --depth 1 https://github.com/gflags/gflags && cd gflags && mkdir build && cd build && cmake .. && make && make install
cd /root && git clone --depth 1 https://github.com/google/googletest && cd googletest && mkdir build && cd build && cmake .. && make && make install

titan

cd /root/kvrocks/titan && mkdir build && cd build && cmake .. && make -j4

kvrocks-titan

cd /root/kvrocks && make -j4

valid

make test

About

the kvrocks(kv-rocks) is SSD NoSQL which based on rocksdb, and compatible with the Redis protocol, intention to decrease the cost of memory and increase the capability

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 86.1%
  • Python 8.7%
  • CMake 3.1%
  • Shell 1.3%
  • Other 0.8%