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
"Perhaps in time the library can be refactored internally to use sendCommandAsRESP throughout"
"The library currently sends commands in the 'inline' format rather than using the REdis Serialization Protocol (see docs ). The 'inline' approach has a much smaller limit than RESP in terms of the size of the data that can be sent in for example a SET command.
By adding public func sendCommandAsRESP these limits can be avoided when necessary.
Perhaps in time the library can be refactored internally to use sendCommandAsRESP throughout, but I don't currently have time to do this."
The text was updated successfully, but these errors were encountered:
from @sportlabsMike
"Perhaps in time the library can be refactored internally to use sendCommandAsRESP throughout"
"The library currently sends commands in the 'inline' format rather than using the REdis Serialization Protocol (see docs ). The 'inline' approach has a much smaller limit than RESP in terms of the size of the data that can be sent in for example a SET command.
By adding public func sendCommandAsRESP these limits can be avoided when necessary.
Perhaps in time the library can be refactored internally to use sendCommandAsRESP throughout, but I don't currently have time to do this."
The text was updated successfully, but these errors were encountered: