GithubHelp home page GithubHelp logo

apple006 / redis3.0.7 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from giantmangu888/redis3.0.7

0.0 1.0 0.0 1.53 MB

redis-3.0.7 updates

Makefile 0.88% C 75.92% Shell 0.58% Perl 3.56% M4 0.98% XSLT 0.01% C++ 1.14% HTML 5.92% Roff 0.15% CSS 0.03% Batchfile 0.02% Lua 0.25% Ruby 1.47% Tcl 9.08% Smarty 0.02%

redis3.0.7's Introduction

redis3.0.7

redis-3.0.7 updates This is redis-3.0.7 source code,which is updated by guweitao the updates as follows: 1 process title When start a redis,the process as follows:

before update:
dba 2154 1 0 00:23 ? 00:00:00 /usr/local/redis30/bin/redis-server *:6380
Under this scene,we do not know the directory of he redis.

after update:
dba 18107 1 0 Mar14 ? 00:03:48 redis-server /data1/redis6910/redis6910.cnf
Obviously,it prints the absolute directory of the redis conf,which is convenient to operate the redis.

2 Do not modify requirepass & masterauth by sentinel
before update:
When start redis with sentinels and the master failovers:
the sentinel will modify the redis.conf,which includes the variables above.In this case,the redis is risky.

after update:
when the master failovers,the sentinel will modify the redis.conf,which excludes the variables above.

3 load data online
The redis does not support to load data online originally
after update,it can load data online,which includes aof file and rdb file.

127.0.0.1:6910> ? loadaof

LOADAOF aof filename      
summary: load aof file online(add by @guweitao)
since: 3.0.7
group: server

127.0.0.1:6910> ? loadrdb

LOADRDB rdb filename   
summary: load rdb file online,which can not repeat!!!(add by @guweitao)   
since: 3.0.7   
group: server   

For details,Please view the readme file of the code.

contact us:
qq:422186266
email:[email protected]

redis3.0.7's People

Contributors

giantmangu888 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.