bgsave

command module
v0.0.0-...-2c015f6 Latest Latest
Warning

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

Go to latest
Published: Aug 2, 2016 License: MIT Imports: 17 Imported by: 0

README

bgsave

Build Status

Dump records from redis into mongodb.
The records will be written to mongodb ASAP, callers should control the frequency of writing.

The format of the record is defined as :
key(tablname:record_id) -> value(packed with msgpack, optional snappy compression)

environment variables:

  • REDIS_HOST : eg: 127.0.0.1:6379
  • MONGODB_URL : eg: mongodb://172.17.42.1/mydb
  • NSQD_HOST : eg: http://172.17.42.1:4151
  • ENABLE_SNAPPY: eg: true

install

install gpm, gvp first
$go get -u https://github.com/gonet2/bgsave/
$cd bgsave
$source gvp
$gpm
$go install bgsave

#install with docker docker build -t bgsave .

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package proto is a generated protocol buffer package.
Package proto is a generated protocol buffer package.

Jump to

Keyboard shortcuts

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