We are using Hashes in Redis. Commands used are hget , hset ,hgetall and hdel. We are using only 1-key to insert into hashes. The size of the hash field is 16-byte and size of hash value is 512 bytes.
Kindly answer the following query.
1. Is there any effect of increase in the number of keys in hash on performance of hget, hset, hgetall and hdel commands?
2. If the number of hash field in a single key is around 4,00,000, would it have some adverse impact on Redis server’s performance?
Thanks,
Anurag Berdia