redis-contentful icon indicating copy to clipboard operation
redis-contentful copied to clipboard

A tiny library to map Contentful ☁️ space into Redis ⚡️

Results 5 redis-contentful issues
Sort by recently updated
recently updated
newest added

Bumps [qs](https://github.com/ljharb/qs) from 6.6.0 to 6.11.0. Changelog Sourced from qs's changelog. 6.11.0 [New] [Fix] stringify: revert 0e903c0; add commaRoundTrip option (#442) [readme] fix version badge 6.10.5 [Fix] stringify: with arrayFormat:...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Bumps [redis](https://github.com/NodeRedis/node-redis) from 2.8.0 to 3.1.1. Release notes Sourced from redis's releases. V3.1.1 Enhancements Upgrade node and dependencies (#1578) Fixes Fix a potential exponential regex in monitor mode (#1595) v3.1.0...

dependencies

Hi, thanks for creating this! I was wondering, how can I make filtering work, for example if my request will look like this ``` /entries?include=4&content_type=page&locale=en&fields.slug=somepage ``` Thanks!

Hey, can we rewrite the set custom method like this to support the case when user does not provide exactly two arguments. ``` /** * Edit 18-08-2018 by Bisvarup *...