1
0
mirror of https://github.com/redis/go-redis.git synced 2025-09-05 20:24:00 +03:00
Commit Graph

2 Commits

Author SHA1 Message Date
Nedyalko Dyakov
193d5a0b03 fix(search): return results even if doc is empty (#3457)
* fix(search): return results even if doc is empty

"If a relevant key expires while a query is running, an attempt to load
the key's value will return a null array. However, the key is still
counted in the total number of results." - Redis Search return
documentation

* fix(doctest): fix assertions in doctests
2025-08-11 01:42:56 +03:00
andy-stark-redis
7a03eb5bdd DOC-4344 document quickstart examples (#3426) 2025-08-11 01:42:55 +03:00