dsp-api
dsp-api copied to clipboard
redis saves dump.rdb which may be out of date
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.