| 类 | 说明 |
|---|---|
| AtomicFsBackend |
Achieves an atomic `put` method. known issue: if you crashed while write a key at first time,
this code will not work.
|
| LocalFileContextBackend |
This context backend uses local file system and doesn't supports failover in cluster.
|
| MemoryContextBackend |
This context backend uses memory and doesn't supports failover.
|
Copyright © 2022. All rights reserved.