LockKey returns the key lock for k is stored under.
(k string)
| 705 | |
| 706 | // LockKey returns the key lock for k is stored under. |
| 707 | func LockKey(k string) string { |
| 708 | return Key(k, "lock") |
| 709 | } |
| 710 | |
| 711 | // ListKey returns the key list for k is stored under. |
| 712 | func ListKey(k string) string { |