duanraotun1674 2019-06-24 05:41 采纳率: 100%
浏览 103

如何在php Redis中对类似的键进行排序

I get similar keys by using this code in php.

$cache = new Redis();
$cache->connect($this->host, $this->port);  
$allKeys = $cache->keys($key);

This is my output

Array
(
    [0] => detail_2
    [1] => detail_1
    [2] => detail_5
    [3] => detail_6
)

Here how to sort those keys, I'm using the SET method for key storage.

I tried this method for sorting $cache->sort($key), but it didn't help me.

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥20 delta降尺度方法,未来数据怎么降尺度
    • ¥15 c# 使用NPOI快速将datatable数据导入excel中指定sheet,要求快速高效
    • ¥15 再不同版本的系统上,TCP传输速度不一致
    • ¥15 高德地图点聚合中Marker的位置无法实时更新
    • ¥15 DIFY API Endpoint 问题。
    • ¥20 sub地址DHCP问题
    • ¥15 delta降尺度计算的一些细节,有偿
    • ¥15 Arduino红外遥控代码有问题
    • ¥15 数值计算离散正交多项式
    • ¥30 数值计算均差系数编程