loopback-connector-redis
loopback-connector-redis copied to clipboard
EXPERIMENTAL: Redis connector for LoopBack.
It will only display itself when you use the upsert route while specifying an ID: This will not do it: ``` PUT /hvacs { installed: true, enabled: false} --- {...
I am trying set idInjection to false, so that I can set some other field as ID. Below is my user-votes.json `{ "name": "user-votes-redis", "base": "PersistedModel", "idInjection": false, "options": {...
Re-enable test cases and fix them to get CI pass