You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-06 02:15:48 +03:00
Fix saving buffers with charsets other than utf-8 while using multi
This will also improve pipelinening for buffers and fixes the return value of Batch.exec Fixes #913
This commit is contained in:
@@ -156,7 +156,9 @@ module.exports = {
|
||||
i++;
|
||||
if (i === max) {
|
||||
func();
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
};
|
||||
},
|
||||
killConnection: function (client) {
|
||||
|
Reference in New Issue
Block a user