reddish-proxy

Proxy for Reddish

Usage no npm install needed!

<script type="module">
  import reddishProxy from 'https://cdn.skypack.dev/reddish-proxy';
</script>

README

Reddish Proxy

Simple proxy to expose a local redis instance to the reddish service.

Steps to connect

  • Create a new connection on reddish (its name should not start with the redis:// protocol)

  • Copy the connection key and pass it to reddish-proxy

      Usage: reddish-proxy --url [url] --key [key]
    
      Options:
        --url, -u  A formatted redis url        [required]  [default: "redis://127.0.0.1:6379"]
        --key, -k  Your Reddish connection key  [required]
    
      Missing required arguments: key