Ariel Shtul
Ariel Shtul
@x2bool can you also check what happens if you give `save` command earlier? It seems you have multiple calls within a few milliseconds.
@mediarl Do you also use `appendonly`? Do you also see repeating `DB saved on disk` messages? Anything in the log? Can you please add any other information about how you...
@Skoucail Which version of Redis/RediSearch are you using?
@Skoucail, we need some details. Can you please give us some more details about where are the replies from and what you have expected? Also, can you share the key...
@iddm @MeirShpilraien Why not move the change into `utils.rs` and expose it as part of the crate? It would allow users to use the code to test their modules.
@jorge-anova TAG fields support only ascii by design. For UTF support you should use TEXT fields.
feature branch created at [feature-concurrent-indices](https://github.com/RediSearch/RediSearch/tree/feature-concurrent-indices).
Thanks @nadavtsa for the question. This is part of the RediSearch design. fields with `SORTABLE` values are normalized by default to avoid the difference between the sea word at the...