package
module
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Oct 27, 2021
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Sync redis
Usage
Sync redis keys and values
Usage: redisync [option...]
Options:
-da string
Password for Destination Redis authentication
-dc uint
Destination Redis db
-dh string
Destination Redis host (default "0.0.0.0")
-dp string
Destination Redis port (default "6379")
-sa string
Password for Source Redis authentication
-sc uint
Source Redis db
-sh string
Source Redis host (default "127.0.0.1")
-sp string
Source Redis port (default "6379")
Documentation
¶
func NewRdb(addr, port, auth string, db uint) *redis.Client
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.