redis_repl

command
v0.0.0-...-e47cf43 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 15, 2023 License: Apache-2.0 Imports: 11 Imported by: 0

README

Redis Nexus Replication

Starting a simple local cluster

  • Ensure that you have goreman installed. If not, install it by running go get github.com/mattn/goreman
  • Start the nexus cluster goreman start
  • Read/Write via the repl cli.
bin/repl 127.0.0.1:9121 redis save db.index=2 "return redis.call('set', 'hello', 'world')" #write
bin/repl 127.0.0.1:9122 redis load db.index=2 "return redis.call('get', 'hello')" #read

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL