Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hwholiday/learning_tools
/ RedisLockServer
Interface
RedisLockServer
redis/lock/lock_server.go:3–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
package
lock
2
3
type
RedisLockServer
interface
{
4
TryLock() error
5
UnLock() error
6
GetLockKey() string
7
GetLockVal() string
8
}
Callers
2
TryLock
Method · 0.65
InitRedis
Function · 0.65
Implementers
3
RedisLock
all_packaged_library/base/tool/redis_l
RedisLock
redis/lock/lock.go
RedisLock
ddd-auth2-example/infrastructure/pkg/d
Calls
no outgoing calls
Tested by
no test coverage detected