Stephane

Results 3 comments of Stephane

Yes it sounds good. It could be the default behaviour and stil keep `--output` argument to override it in case of special situations.

This tool could be a `jql` alternative: [mistQL](https://www.mistql.com)

Hello, Choosing the correct NodeJS Redis library is not obvious as: - [Redis Documentation](https://redis.io/docs/connect/clients/nodejs) mentions `node-redis` (no ioredis). - [Redis Clients Documentation](https://redis.io/resources/clients) mentions `node-redis` is the official library. - [Redis...