Skip to content
/ ardb Public

A simple throw-away utility tool, used to run multiple ardb servers.

License

Notifications You must be signed in to change notification settings

GlenDC/ardb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ARDB

A simple throw-away utility tool, used to run multiple ardb servers.

Install

$ go install github.com/glendc/ardb

Usage

After installing you can simply run as follows:

$ ardb
localhost:16380

Multiple servers can be run using the -n flag, 5 servers for example:

$ ardb -n 5
localhost:16380,localhost:16381,localhost:16382,localhost:16383,localhost:16384

Note: it is required that you have installed redis in order to use this tool.

More Information:

$ ardb -h
Usage of ardb:
  -n int
    	amount of ardb servers to run (default 1)
  -port int
    	first of multiple consecutive ardb-used ports (default 16380)
  -v	print ardb output

About

A simple throw-away utility tool, used to run multiple ardb servers.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages