dsp-api icon indicating copy to clipboard operation
dsp-api copied to clipboard

redis saves dump.rdb which may be out of date

Open benjamingeer opened this issue 6 years ago • 0 comments

Redis saves its cache in a file called dump.rdb. If you shut down Knora and recreate the GraphDB repository, you have to delete dump.rdb, otherwise Knora will return inconsistent results, because the cache will contain e.g. project data which is not in the triplestore. Does Redis need to have a persistent cache? If so, this should be documented.

benjamingeer avatar Oct 10 '19 07:10 benjamingeer