Emiliano Mancuso
Emiliano Mancuso
This bug doesn't apply to the template because is about the automatic release rather than the provider itself. The documentation says > Releases will be performed once a week on...
``` ruby redis = ObjCHredis.redisRb redis.mget('foo', 'bar') ``` This code **only** works if `foo` and `bar` exists in redis db. According to [mget documentation](http://redis.io/commands/mget) this should work for keys that...
**Provider Version** `0.72.0` **Terraform Version** `1.4` **Describe the bug** It is not a bug, its a limitation on the API. The problem is, there is no way in terraform to...