Yii Framework Forum: Redis Cache - Yii Framework Forum

Jump to content

  • (2 Pages)
  • +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

Redis Cache Use Redis as your cache system Rate Topic: -----

#21 User is offline   Saniek 

  • Newbie
  • Yii
  • Group: Members
  • Posts: 1
  • Joined: 26-November 12

Posted 26 November 2012 - 05:46 AM

Hi.
Mget operation does not work.
Doing so:

$cache=Yii::app()->cache;
$tmp=array('test1','test2');
$mas=$cache->get($tmp);
print_r($mas);
Array([test1]=>,[test2]=>)

Gives empty answers
But separately is getting all right.
0

Share this topic:


  • (2 Pages)
  • +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users