codeigniter-redis
codeigniter-redis copied to clipboard
mget have no return and aways waiting
when i use like $this->redis->mget('a', 'b', 'c'); but have no keys a, b, c then ,it wil always waiting.