├── .gitignore ├── Dockerfile ├── LICENSE ├── README.md ├── docs └── diagram.png └── main.go /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/metal3d/redis-ellison/HEAD/.gitignore -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/metal3d/redis-ellison/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/metal3d/redis-ellison/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/metal3d/redis-ellison/HEAD/README.md -------------------------------------------------------------------------------- /docs/diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/metal3d/redis-ellison/HEAD/docs/diagram.png -------------------------------------------------------------------------------- /main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/metal3d/redis-ellison/HEAD/main.go --------------------------------------------------------------------------------