Skip to content

Releases: Skysper/CacheManager

1.0.0 optimization and improvement

13 Apr 10:25

Choose a tag to compare

Optimize the user experience;

Page size can be changed;

One can remove all the cache key on a page list;

Page list can only show keys whose type are not None in system;

Page list can choose to show TTL or not in order to improve the query performance;

1.0.0-alpha

17 Jan 12:44

Choose a tag to compare

  • App管理以及Key值管理
  • Key键设置支持Char、数字等范围设定
  • 支持Key键值分页显示
  • 查询支持Redis复杂类型(List、Set、Hash等)值的显示,也可选择忽略复杂类型进行快速查询
  • Redis集群支持

  • App management and key management
  • Key can set with single char or number, so it can represent a batch keys.
  • Keys list with pages.
  • Support complex type(List Set Has etc.) query, it can also query as string for higher performance
  • Support redis cluster query