-
Notice!
- If a Redis module was involved, please open an issue in the module's repo instead!
- If you're using docker on Apple M1, please make sure the image you're using was compiled for ARM!
…
-
Warning for unused import while the type is used (`cargo clippy` doesn't yell this warning)
![image](https://user-images.githubusercontent.com/753206/170316497-b29bd13d-3179-463a-abd4-1a9a2a34c2c5.…
-
OS : Centos8
Process step:
1 - Clone RedisJSON
2 - Install rust tool
3 - Ind RedisJSON dir run " cargo build --release" success
```bash
# redis-server --loadmodule ./target/release/librejso…
-
**Describe the bug**
We have a record with fields of type bool. If we call FT.Search with all fields, then bool is returned as true/false. If you add the RETURN parameter with the same fields, then 0…
-
ref https://github.com/RedisJSON/RedisJSON/issues/494
Checks if a string contains the specified substring (case-sensitive), or an array contains the specified element.
```
[?(@.name contains 'Ale…
-
## Ask your question here
I am using `redis` for state store component with `RedisJSON` module, and when getting state with `contentType` metadata set to `application/json`, method `GetStateAsync` on…
-
Add support for MessagePack
ref https://github.com/RedisJSON/RedisJSON/issues/58
ref https://github.com/RedisJSON/RedisJSON/pull/577
-
- [ ] #2717
- [ ] #2718
- [ ] #2719
- [ ] #2720
- [ ] #2721
- [ ] #2722
- [ ] #2723
- [ ] #2724
- [ ] #2725
- [ ] #2726
- [ ] #2727
- [ ] #2728
- [ ] #2729
- [ ] #2730
- [ ] #2731
- [ ]…
-
Issue originally posted in RedisJSON: https://github.com/RedisJSON/RedisJSON/issues/1087
Regarding this issue, i think the best the RediSearch can do for vector search is:
1. Allow having multip…
-
I have a JSON document in the Redis stack, There's a field surId which holds a long-range numeric value, When I set the value, it automatically rounds to x000
That is if I set field _surId_ as **_8…