@ -891,7 +891,7 @@ robj *rdbLoadObject(int rdbtype, rio *rdb) {
o=createHashObject();
/* Too many entries? Use an hash table. */
/* Too many entries? Use a hash table. */
if(len>server.hash_max_ziplist_entries)
hashTypeConvert(o,REDIS_ENCODING_HT);
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.