Is there MGET analog for Redis hashes?

前端 未结 5 1904
庸人自扰
庸人自扰 2020-12-13 08:56

I\'m planning to start using hashes insead of regular keys. But I can\'t find any information about multi get for hash-keys in Redis wiki. Is this kind of command is support

5条回答
  •  离开以前
    2020-12-13 09:11

    Redis has a HMGET command, which returns the values of several hash keys with one command.

提交回复
热议问题