Sergio Prada
Sergio Prada
Hello, facing this same issue. Any suggestions into workarounds? - `a/a` as a tag won't yield any results with `@field:{a/a}`
The docs don't mention anything around `/` - any help would be great. (Looking at tokenization and tag field documents)
We don't drop indexes. But it's really imposible to tell if that happened or not. We went through the whole aof file and didn't find any evidence of drops. But...
It's a single Redis contianer, running with docker-compose inside of a VM. Something like this: ``` version: "3" services: redis: image: redis/redis-stack-server:latest ports: - "6379:6379" environment: REDIS_ARGS: "--appendonly yes --loglevel...
Thank you here's the ft._list ``` 127.0.0.1:6379> ft._list 1) org-657cb19bb523e5ca31f9c1ce-index-65ce4674108c43f5203907ca 2) org-657cb19bb523e5ca31f9c1ce-index-65ce28fa108c43f5203907bd 3) org-657cb19bb523e5ca31f9c1ce-index-65cd81ce3cddae2e6f227cad 4) org-65830deff0f82d38de3397e0-session-65ce2067f52e4257f0c720e2 5) org-657cb19bb523e5ca31f9c1ce-index-65ce2ba2108c43f5203907bf 6) org-65830deff0f82d38de3397e0-index-65ce59ed75e0765d5cdecc12 7) org-657cb19bb523e5ca31f9c1ce-index-65ce2f3d108c43f5203907c1 8) org-657cb19bb523e5ca31f9c1ce-index-65cd7d283cddae2e6f227cab 9) org-65830deff0f82d38de3397e0-index-65ce1d43108c43f5203907b7 10) org-65830deff0f82d38de3397e0-session-65ce25e5f52e4257f0c7214f ``` Is...
Thanks for the explanation! That makes 100% sense. What I'm trying to understand then is why these indexes try to get loaded and get cancelled, given that the AOF (latest...
I'm having the same issue, just tried https://github.com/zed-industries/zed/issues/8460#issuecomment-1971216276 but it still won't work. Even after opening just the Go subfolder in Zed. It's been broken for a month or so,...
I figured it out, thanks for the response. For future reference of people hitting this issue, my problem was that I had `go` installed via homebrew, and which go showed...
@bokuweb - I've been having some issue with replacing the snapshots with `insta`. I'm a newbie with this cargo. ``` cargo insta accept error: Failed parsing the provided YAML text...
Of course! I'll get a pr going! Thank you for the response.