mirror of
https://github.com/mattermost/mattermost.git
synced 2026-02-13 07:44:20 -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> |
||
|---|---|---|
| .. | ||
| _internal | ||
| grpc | ||
| __init__.py | ||
| async_client.py | ||
| client.py | ||
| exceptions.py | ||