mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 18:35:46 +02:00
chore: add half-range indices (#3041)
Add indices in form of [:end] or [start:] Also, enable jsonpathv2 by default Signed-off-by: Roman Gershman <roman@dragonflydb.io>
This commit is contained in:
parent
3e0a9e16cc
commit
8721ca7fca
4 changed files with 16 additions and 2 deletions
|
@ -30,7 +30,7 @@
|
|||
#include "server/tiered_storage.h"
|
||||
#include "server/transaction.h"
|
||||
|
||||
ABSL_FLAG(bool, jsonpathv2, false,
|
||||
ABSL_FLAG(bool, jsonpathv2, true,
|
||||
"If true uses Dragonfly jsonpath implementation, "
|
||||
"otherwise uses legacy jsoncons implementation.");
|
||||
ABSL_FLAG(bool, experimental_flat_json, false, "If true uses flat json implementation.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue