Eran Hazout
Eran Hazout
Hi again. When using multi & exec with hmget function, every third request receive a correct response. Checked without multi and it works... Any idea? $this->redis->multi(); $this->redis->hmget('member.123',array('profile')); $this->redis->hmget('member.234',array('profile')); $this->redis->hmget('member.345',array('profile')); $this->redis->hmget('member.456',array('profile'));...
Hi I have tried the two methods to batch create nodes with labels an non of them work fast enough.. startBatch() works fast but cannot create nodes with labels. beginTransaction()...