summaryrefslogtreecommitdiffstats
path: root/store/storetest/plugin_store.go
Commit message (Collapse)AuthorAgeFilesLines
* DeleteAll for KV (#9431)Daniel Schalla2018-10-101-0/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expire K/V Values Regenerate Code pathfix Update Expiry on Update Check for Exit Signal gofmt Rewrote Go Routine Remove tempoarily cleanup loop fix expiretime TEST: Expired Watchdog as GoRoutine Check if Srv is nil Use Scheduler/Worker for Expired Key CleanUp add license fix scheduler job type; DoJob Restructuring Remove unused imports and constants move db migration from 5.4 to 5.5
* PLT-8131 (part2) Add plugin key value store support (#7902)Joram Wilander2017-11-271-0/+69
* Add plugin key value store support * Add localization strings * Updates per feedback