NAME
App::Redis::Dump::Config - It's a simple way to dump and backup config from redis-server.
VERSION
version 0.016
SYNOPSIS
redis-config --server 127.0.0.1:6379
{
"requirepass" : "",
"dbfilename" : "dump.rdb",
"slave-serve-stale-data" : "yes",
"dir" : "/Users/thiago",
"list-max-ziplist-entries" : "512",
"save" : "3600 1 300 100 60 10000",
"hash-max-zipmap-value" : "64",
"timeout" : "300",
"maxmemory-samples" : "3",
"set-max-intset-entries" : "512",
"list-max-ziplist-value" : "64",
"no-appendfsync-on-rewrite" : "no",
"appendfsync" : "everysec",
"maxmemory-policy" : "volatile-lru",
"maxmemory" : "",
"appendonly" : "no",
"masterauth" : "",
"hash-max-zipmap-entries" : "512"
}
Run redis-config -h
for more options.
DESCRIPTION
redis-config is a script to dump your config redis server, requires zero configuration, and return a JSON with data.
See Redis::Dump::Config for more information.
SEE ALSO
Redis::Dump, Redis::Dump::Restore, App::Redis::Dump::Restore
DEPENDENCIES
DEVELOPMENT
Redis::Dump is a open source project for everyone to participate. The code repository is located on github. Feel free to send a bug report, a pull request, or a beer.
http://www.github.com/maluco/Redis-Dump
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Redis::Dump
You can also look for information at:
RT: CPAN's request tracker
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
NO WARRANTY
This software is provided "as-is," without any express or implied warranty. In no event shall the author be held liable for any damages arising from the use of the software.
AUTHOR
Thiago Rondon <thiago@nsms.com.br>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Thiago Rondon.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.