Skip to content

ryandielhenn/zephyrcache

Repository files navigation

ZephyrCache

Quick start (gossip)

make up                  # start seed node with 3 peers (default)
make up NODES=5          # start seed node with 5 peers
make seed                # start stand-alone seed node

Quick start (etcd)

make up DISCOVERY=etcd            # etcd mode, 3 nodes
make up DISCOVERY=etcd NODES=5    # etcd mode, 5 nodes

Teardown

make down                # tear down

Check Status/Logs

make logs                # tail all logs
make status              # show running containers

Format code to pass CI

make format              # format all code

About

A distributed cache

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors