Kyle Banker
Kyle Banker
There's a issue for adding non-blocking support. Once we add that, we can look at make it non-blocking in the module: https://jira.mongodb.org/browse/CDRIVER-27
Within two months, max.
It's possible, but not until the C driver supports the same setting. You can watch this issue here: https://jira.mongodb.org/browse/CDRIVER-68 Once that's resolved, I'll add.
I'll be releasing a new version of the Nginx GridFS plugin toward the beginning of August. It's quite a bit of work to integrate the changes from the new C...
- Maybe only return an error if I attempt to create a time series with different settings from the one that already exists.
@danni-m Thanks for the clarification. I'll create a pull request for the quick start in the docs so that it's clear that TS.CREATE isn't required. I'd still like us to...
Thanks, @madolson, @yossigo, and @itamarhaber. I'll integrate this into the docs with a new PR.
@TobyHFerguson https://tldp.org/LDP/abs/html/comparison-ops.html According to these docs, you use -o or logical or, not -a.
Actually @TobyHFerguson: do you have any opposition to replacing this Bash script with a Python script? I think it'd be better for us to provide an example that's less brittle.
@noonenene You may be hitting a RediSearch limit. See the https://redis.io/docs/stack/search/configuring/#maxsearchresults setting. You can change this by running: `FT.CONFIG SET MAXSEARCHRESULTS -1` Can you try setting this and the re-run...