Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 318 Bytes

File metadata and controls

16 lines (11 loc) · 318 Bytes

bazel-rest-cache

A remote REST cache for Bazel.

The cache contents are stored in Redis.

Using bazel-rest-cache

Usage of bazel-rest-cache:
  -port int
    	The port the HTTP server listens on (default 8080)
  -redis_addr string
    	The address of the redis server (host:port).