implement store.checkHealth #27
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Right now, every user of
cached-hafas-client
has to implement store-specific health check logic; This is a waste of time.The Redis store would do a
PING
(ashvv-rest
currently does manually). The SQLite store would always report as healthy because there's no network in between.The text was updated successfully, but these errors were encountered: