Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-11-02 | 871 Bytes | |
Totals: 1 Item | 871 Bytes | 0 |
Docker tag 4.0.1
docker run -it -p 6379:6379 -p 7687:7687 falkordb/falkordb:4.0
What's Changed
- Compile time optimizations by @swilly22 in https://github.com/FalkorDB/FalkorDB/pull/134
- improve bolt protocol initial implementation of bolt over websocket by @AviAvni in https://github.com/FalkorDB/FalkorDB/pull/481
- treat zero length traversals as variable length traversals by @swilly22 in https://github.com/FalkorDB/FalkorDB/pull/483
- Properties function should return a new map by @swilly22 in https://github.com/FalkorDB/FalkorDB/pull/484
- authenticate bolt using redis password by @AviAvni in https://github.com/FalkorDB/FalkorDB/pull/485
- CREATE should not access its own unbounded entities by @swilly22 in https://github.com/FalkorDB/FalkorDB/pull/488
Full Changelog: https://github.com/FalkorDB/FalkorDB/compare/v2.12.8...v4.0.1