loopback-connector-redis icon indicating copy to clipboard operation
loopback-connector-redis copied to clipboard

EXPERIMENTAL: Redis connector for LoopBack.

Results 13 loopback-connector-redis issues
Sort by recently updated
recently updated
newest added

Hello, hello, does this connector include the transactional feature of Redis ? Thanks in advance

Out of the box, a Redis instance supports 16 logical databases. These databases are effectively siloed off from one another, and when you run a command in one database it...

### Description A review of the code indicates that none of the breaking changes in the library update require any modifications. #### Related issues - None

When a model's field has no property definition, we unconditionally stringify the field on write. If the field data is a string, it gets quoted again. On read we don't...

### Bug or feature request - [x] Bug - [ ] Feature request ### Description of feature (or steps to reproduce if bug) In the linked repository there are two...

### Description Can't use AccessToken Model stored in redis datasource. Actually, we can store the access_token datas in database, but it loses the relation to User model. ### Lines cause...

Hi, I discovered loopback few weeks ago and I find it amazing ! However I need your help to solve my problem on redis connector: The 'where' filter does not...

bug

### Bug or feature request - [x] Bug - [ ] Feature request ### Description of feature (or steps to reproduce if bug) 1. Create a LB app 2. Add...

### Bug or feature request - [x ] Bug - [ ] Feature request ### Description of feature (or steps to reproduce if bug) redis package is old '0.12.1' which...

### Bug or feature request - [x] Bug ### Description steps to reproduce bug Use redis as datasource for a model and set an invalid hostname for redis (thereby simulating...