Sign inSign up

eqalpha/keydb-build-bin

By eqalpha

Updated about 7 years ago

Docker Image to Build Latest Binaries and Dump in Folder of Your Choice

Image
0

1.5K

eqalpha/keydb-build-bin repository overview

image

Build The Latest Binaries From github (Ubuntu 18.04)

make a folder you would like to have the latest binaries dumped in, then run the following commmand with your updated path:

$ docker run -it --rm -v /path-to-dump-binaries:/keydb_bin eqalpha/keydb-build-bin

You should receive the following files: keydb-benchmark, keydb-check-aof, keydb-check-rdb, keydb-cli, keydb-sentinel, keydb-server

To enable FLASH support:

If you are looking to enable flash support with the build (make MALLOC=memkind) then use the following command:

$ docker run -it --rm -v /path-to-dump-binaries:/keydb_bin eqalpha/keydb-build-bin:flash

Tag summary

Content type

Image

Digest

Size

134.5 MB

Last updated

about 7 years ago

docker pull eqalpha/keydb-build-bin