Example #1
0
 /**
  * @param string $key
  * @param string $type
  *
  * @return string
  */
 public function read($key, $type = '')
 {
     return $this->redis->get($key);
 }
Example #2
0
 /**
  * @param string $key
  *
  * @return mixed
  */
 public function read($key)
 {
     return $this->redis->get($key);
 }