Releases: RediSearch/RSCoordinator
Releases · RediSearch/RSCoordinator
1.4.1
Merge pull request #36 from RedisLabsModules/fixed_cursor_leak
fixed cursor leak on flush command
1.4.0-rc3
v1.4.0-rc3
Merge branch 'master' into 1.4
1.0.29
Small bug fixes:
- Fixed: Cluster set command was ignored by the coordinator
- Fixed: RDB save Fork process was not killed if on redis termination
1.0.28
This version adds backslash escaping for term separators.
1.0.27
This version fixes case sensitivity for tag fields in query filters.
1.0.26
Enhanced connection management state machine.
This release should fix several issues associated with connection management when nodes are added, removed, crashed, etc.
1.0.25
Fix false positives in negative queries.
1.0.24
Fix crash in RDB persistence (save, bgsave, and slave sync) due to very long strings in tag fields.
Limit tag fields to 4KB.