Costin Leau
Costin Leau
Some hash operations and set/zset intersection are still not available in Redis. Issue 24 seems to add support for it. The following ops are missing: set/get/resetConfig shutdown multi/exec/watch/unwatch persist setEx...
Seems the current master has removed JRedisService and thus support for pooling. Would it be possible to bring it back? Additionally (maybe unrelated) would it be possible to programmatically disable...
Seems that JRedis does not provide any support for pub/sub. Are there any plans to support this in the near future?
### Description Grok and Dissect produce attributes which can clash with existing fields creating new attributes (with the same name). When reordering this through the tree however, the shadow attributes...
### Description An important ESQL feature in 8.13 release is the Cross Cluster Query (CCQ) released as tech preview. We need to make sure this doesn't get lost - both...
Support ESQL queries to query both local and remote cluster indices. ### Foundation - [x] ESQL now supports CCQ: https://github.com/elastic/elasticsearch/pull/101640 ### Enrich - [x] Resolve policies across clusters: https://github.com/elastic/elasticsearch/pull/104355 -...
Currently zat relies on the meeting name as the file name but that's typically not always desirable since the meeting might be verbose, contain special chars (spaces, parenthesis, etc) while...
### Description Add an 'escape-hatch' for configuring sources (`FROM` command) to allow parameters such as shard preference or indices options to be specified without having to manually extend the command.
### Description We need to introduce dedicated Min/Max operators, similar to `LuceneCountOperator` for pushing down stats that have a filter attached to it. That is extending the functionality in `SearchStats`...
For historical reasons, the source declaration inside FROM command is treated as an identifier, using backticks (``) for escaping the value. This is inconsistent since the source is not an...