如何在 Redis 中的序列化数据里插入新数据?
大家讲道理
大家讲道理 2017-04-21 11:19:25
0
1
675

有没有什么指令可以在 Redis 中的序列化数据里插入一条新数据?在知乎上看到了一个答案

get -> 反序列化 -> push -> set(update|replace)

可是不太明白整个步骤,求详解!或者再有其他办法也请讲一下。

大家讲道理
大家讲道理

光阴似箭催人老,日月如移越少年。

reply all(1)
刘奇

get serialization result->Logical code deserialization->serialization->set

It is impossible to insert redis in one step. Even if there is, the packaging function helps you achieve the above steps

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!