You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It has been observed that when enableAutoPipelining is set to true, getBuffer returns garbage data. When I set enableAutoPipelining to false, getBuffer returns proper data.
Would it be possible to have a look at this? Looks like PR #1231 fixes this. Can this be merged if it look ok @luin ? If there is an alternate way you plan to fix this, that is also perfectly fine. Just needed to for reducing load on redis cluster (so that I dont need to do JSON.stringify on compressed data before setting it to redis.).
The text was updated successfully, but these errors were encountered:
It has been observed that when enableAutoPipelining is set to true, getBuffer returns garbage data. When I set enableAutoPipelining to false, getBuffer returns proper data.
Would it be possible to have a look at this? Looks like PR #1231 fixes this. Can this be merged if it look ok @luin ? If there is an alternate way you plan to fix this, that is also perfectly fine. Just needed to for reducing load on redis cluster (so that I dont need to do JSON.stringify on compressed data before setting it to redis.).
The text was updated successfully, but these errors were encountered: