]> git.saurik.com Git - redis.git/blobdiff - src/redis.c
Replicate EVALSHA as EVAL taking a dictionary of sha1 -> script source code.
[redis.git] / src / redis.c
index 7e9c6fd5ce72b177d146286642eae5fb984cfb19..1d7501f9376edcb462a9f48a4c3a665b2152b212 100644 (file)
@@ -383,7 +383,7 @@ unsigned int dictEncObjHash(const void *key) {
     }
 }
 
-/* Sets type and diskstore negative caching hash table */
+/* Sets type hash table */
 dictType setDictType = {
     dictEncObjHash,            /* hash function */
     NULL,                      /* key dup */