RedisGraph / RedisGraph

A graph database as a Redis module
https://redis.io/docs/stack/graph/
Other
2.01k stars 229 forks source link

[Question] When is FOREACH going to be added in an official version? #2921

Open DanielNinchev opened 1 year ago

DanielNinchev commented 1 year ago

Hello,

I see that FOREACH clause, as well as some other new list and string functions (like list.dedup, list.sort, list.remove, string.join, string.matcRegEx etc. ) are working in the edge version of RedisGraph that I use locally (I pulled the edge image), but not in the 2.10.8. that our team are working with (which was the latest verision until 15 hours ago, now I see there is 2.10.9.). In the https://redis.io/commands/graph.query/#string-functions documentation is says that some of these functions will be introduced in v2.12. Can you tell me approximately when are all these functions and FOREACH going to be introduced officially in a new stable version?

Thank you.

LiorKogan commented 1 year ago

Hello Daniel

Our tentative plan for 2.12 is a milestone (public pre-release) version during March, a preview (still pre-release) version during April and a GA version during May. Any feedback on these pre-release versions would be greatly appreciated.