HashOperations的Map<HK,HV> entries(H key)方法

文档地址 https://docs.spring.io/spring-data/redis/docs/current/api/org/springframework/data/redis/core/HashOperations.html#entries(H)

entries

Map<HK,HV> entries(H key)

Get entire hash stored at key.

Parameters:

  • key - must not be null.

Returns:
null when used in pipeline / transaction.

posted @ 2025-04-12 16:12  kuki'  阅读(14)  评论(0)    收藏  举报