]> git.saurik.com Git - redis.git/commitdiff
changed the comments on top of redis-copy.rb to reflect what the program really does
authorantirez <antirez@gmail.com>
Tue, 24 Aug 2010 08:10:01 +0000 (10:10 +0200)
committerantirez <antirez@gmail.com>
Tue, 24 Aug 2010 08:10:01 +0000 (10:10 +0200)
utils/redis-copy.rb

index af214b7980630303b7eceab874103f2a88a8e4ea..d892e377f38aacd5894229026e762236516ba9c9 100644 (file)
@@ -1,12 +1,10 @@
-# redis-sha1.rb - Copyright (C) 2009 Salvatore Sanfilippo
+# redis-copy.rb - Copyright (C) 2009-2010 Salvatore Sanfilippo
 # BSD license, See the COPYING file for more information.
 #
-# Performs the SHA1 sum of the whole datset.
-# This is useful to spot bugs in persistence related code and to make sure
-# Slaves and Masters are in SYNC.
+# Copy the whole dataset from one Redis instance to another one
 #
-# If you hack this code make sure to sort keys and set elements as this are
-# unsorted elements. Otherwise the sum may differ with equal dataset.
+# WARNING: currently hashes and sorted sets are not supported! This
+#          program should be updated.
 
 require 'rubygems'
 require 'redis'