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
Hi guys, i'm thinking about feature to add to memjs, but i want to discuss it with you.
For example, i have several clients for different cases, but they work with one memcached server (not server.js) and i want their keys be unique.
Or i'm working with one version api then i switch to new version and don't want change previous data in case if i need to go back to old version of API.
So, my proposal to add some kind of keyWrapperFn to options and provide a possibility to change keys centralized for all methods and not to create some kind of Proxy etc.
Hi guys, i'm thinking about feature to add to memjs, but i want to discuss it with you.
For example, i have several clients for different cases, but they work with one memcached server (not server.js) and i want their keys be unique.
Or i'm working with one version api then i switch to new version and don't want change previous data in case if i need to go back to old version of API.
So, my proposal to add some kind of
keyWrapperFn
to options and provide a possibility to change keys centralized for all methods and not to create some kind of Proxy etc.@alevy @saschat What do you think about it? Should I create PR for it or just deal with it in my code?
The text was updated successfully, but these errors were encountered: