]> git.saurik.com Git - redis.git/blobdiff - dict.c
A problem with replication with multiple slaves connectiong to a single master fixed...
[redis.git] / dict.c
diff --git a/dict.c b/dict.c
index 6e410b75309e914e66c03ad8d7c46ea0e17e554c..725c9a51b983436cf474d2718c24816bbc69ea6d 100644 (file)
--- a/dict.c
+++ b/dict.c
@@ -5,7 +5,7 @@
  * tables of power of two in size are used, collisions are handled by
  * chaining. See the source code for more information... :)
  *
- * Copyright (c) 2006-2009, Salvatore Sanfilippo <antirez at gmail dot com>
+ * Copyright (c) 2006-2010, Salvatore Sanfilippo <antirez at gmail dot com>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without