Welcome Guest, Not a member yet? Register   Sign In
CI Redis cache driver
#1

Hi, 

In CI version 3.x we have Redis support.
Official documentation for 'more information' points to https://github.com/phpredis/phpredis
But if I user for example:

Code:
$this->cache->redis->hSet('h', 'key1', 'hello');
Error: 

Type:        BadMethodCallException
Message:     No such method: hSet()

Also in system\libraries\Cache\drivers\Cache_redis.php 
We have ony save, get, delete, increment, decrement, clean, cache_info, get_metadata

How I can use this?
What to do?

Thanks
Reply


Messages In This Thread
CI Redis cache driver - by consigliere - 08-16-2016, 07:52 AM
RE: CI Redis cache driver - by Narf - 08-16-2016, 08:06 AM
RE: CI Redis cache driver - by consigliere - 08-17-2016, 06:07 AM
RE: CI Redis cache driver - by Narf - 08-17-2016, 08:10 AM
RE: CI Redis cache driver - by consigliere - 08-19-2016, 05:08 AM
RE: CI Redis cache driver - by consigliere - 09-09-2016, 04:24 PM
RE: CI Redis cache driver - by Diederik - 09-09-2016, 06:53 PM
RE: CI Redis cache driver - by consigliere - 09-10-2016, 05:40 AM
RE: CI Redis cache driver - by arma7x - 09-10-2016, 07:28 AM
RE: CI Redis cache driver - by Diederik - 09-10-2016, 03:10 PM



Theme © iAndrew 2016 - Forum software by © MyBB