Mindaugas Mačiulaitis
Mindaugas Mačiulaitis
When using 'database_name.table_name.field_name' as a field name in query it becomes \`database_name\`.\`table_name.field_name\`. Should be: \`database_name\`.\`table_name\`.\`field_name\`
I'm trying to use hmset: ``` redisConnection.hmset(personId, { tagId: req.params.tagId, personHash: req.params.personHash }, function(err, reply) { if (err) { throw err; } assert(reply, 'OK'); }); ``` And got error: /app/node_modules/redis-cluster/node_modules/redis/index.js:563...
It looks like there are no breaking changes which would affect this library and it would allow to use it with the latest versions of Symfony and Laravel. I could...