-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stores a new key "version" in redis db which contains the git hash souper was built with (or timestamp if git hash is unavailable). If git hash of souper matches value of "version" in redis db during connection, all is good. If it doesn't matches, we error out. If no "version" key matches, we put current souper version in the redis database and warn the user that results might be incorrect.
- Loading branch information
Showing
2 changed files
with
95 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters