You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use FalkorDB as a complete replacement for our standard Redis server, with the goal of storing both our existing normal Redis data (Hashes, Sets, etc.) and our new graph data in one instance.
I am running into a problem that seems very similar to what's described in Issue #660. I'm trying to load a dump.rdb file that was created by a standard Redis server and contains only normal data types (no other modules), but it consistently fails to load correctly into the official FalkorDB Docker container.
This issue makes me worry about compatibility. So, my main question is: can FalkorDB be reliably used as a single database to store both our standard Redis data (Hashes, Sets, etc.) and our new graph data? Is this a recommended and fully supported use case?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi FalkorDB team,
I'm trying to use FalkorDB as a complete replacement for our standard Redis server, with the goal of storing both our existing normal Redis data (Hashes, Sets, etc.) and our new graph data in one instance.
I am running into a problem that seems very similar to what's described in Issue #660. I'm trying to load a dump.rdb file that was created by a standard Redis server and contains only normal data types (no other modules), but it consistently fails to load correctly into the official FalkorDB Docker container.
This issue makes me worry about compatibility. So, my main question is: can FalkorDB be reliably used as a single database to store both our standard Redis data (Hashes, Sets, etc.) and our new graph data? Is this a recommended and fully supported use case?
Thank you for your help.
Beta Was this translation helpful? Give feedback.
All reactions