-
Notifications
You must be signed in to change notification settings - Fork 632
Closed
Labels
help wantedExtra attention is neededExtra attention is needed
Description
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 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
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed