mirror of
https://github.com/fluencelabs/redis
synced 2025-06-22 05:21:33 +00:00
Replicate EVALSHA as EVAL taking a dictionary of sha1 -> script source code.
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user