summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2015-02-03 10:25:01 +0100
committerantirez <antirez@gmail.com>2015-02-03 10:25:01 +0100
commit7d1e15808422a1233280440566a5c684de7aa92f (patch)
tree4cdfb13947f83d893d35404f961471bcfdad1316 /.gitignore
parent45102a6f639712cd6025112bac6a988dc6e6b897 (diff)
downloadredis-7d1e15808422a1233280440566a5c684de7aa92f.tar.gz
Handle redis-check-rdb as a standalone program.
This also makes it backward compatible in the usage, but for the command name. However the old command name was less obvious so it is worth to break it probably. With the new setup the program main can perform argument parsing and everything else useful for an RDB check regardless of the Redis server itself.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index cdab2150e..3d346fbcf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,7 @@ dump.rdb
redis-benchmark
redis-check-aof
redis-check-rdb
+redis-check-dump
redis-cli
redis-sentinel
redis-server