检查实例配置参数notify-keyspace-events 建议将notify-keyspace-events参数配置为Egx。 进阶排查 Jedis连接池报错 出现Read timed out或Could not get a resource from the pool 排查是否使用了keys命令,keys命令会消耗大量资源,造成Redis阻塞。建议使用scan命令替代,且避免频繁执行。
int 否 页数 默认1;当且仅当type=0时有效 page_size int 否 每页条数 默认50,最大300;当且仅当type=0时有效 返回参数说明: 参数 类型 是否必传 名称及描述 code int 是 状态码 message string 是 描述信息 total int 否 总条数 page int 否 页数 page_size int 否 本页条数 result list< obejct> 否 返回结果数组 result[*].