mirror of
https://github.com/mattermost/mattermost.git
synced 2026-02-11 23:03:45 -05:00
Add KVStoreMixin with 9 methods: - kv_set, kv_get, kv_delete, kv_delete_all, kv_list - kv_set_with_expiry - kv_compare_and_set, kv_compare_and_delete, kv_set_with_options Provides complete KV store functionality including atomic operations and expiring keys for plugin data persistence. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| scripts | ||
| src/mattermost_plugin | ||
| tests | ||
| pyproject.toml | ||