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
Is your feature request related to a problem? Please describe
Some redis clients, such as the BullMQ library for Node.js, expect the server to have the cmsgpack library loaded into the Lua environment. The cmsgpack library is one of the external libraries documented as loaded in the redis API docs.
Describe the solution you'd like
The two documented functions cmsgpack.pack and cmsgpack.unpack should be added to the Lua environment, likely by using a C# implementation like MessagePack.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Feature request type
enhancement
Is your feature request related to a problem? Please describe
Some redis clients, such as the BullMQ library for Node.js, expect the server to have the
cmsgpack
library loaded into the Lua environment. The cmsgpack library is one of the external libraries documented as loaded in the redis API docs.Describe the solution you'd like
The two documented functions
cmsgpack.pack
andcmsgpack.unpack
should be added to the Lua environment, likely by using a C# implementation like MessagePack.Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: