Answer the question
In order to leave comments, you need to log in
How to get key value in Redis?
Hello!
There is an array:
$array = [
"key1" => ["value1"=>1, "value2"=>2, "value3"=>3, "value4"=>4],
"key2" => ["value6"=>6, "value7"=>7, "value8"=>8, "value9"=>9],
];
$redis->set('keys',$array);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question