mirror of
https://github.com/charlienet/go-mixed.git
synced 2025-07-18 00:22:41 +08:00
locker
This commit is contained in:
13
locker/distributed_locker_test.go
Normal file
13
locker/distributed_locker_test.go
Normal file
@ -0,0 +1,13 @@
|
||||
package locker_test
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/charlienet/go-mixed/redis"
|
||||
"github.com/charlienet/go-mixed/tests"
|
||||
)
|
||||
|
||||
func TestRedisDistrbutedLocker(t *testing.T) {
|
||||
tests.RunOnDefaultRedis(t, func(rdb redis.Client) {
|
||||
})
|
||||
}
|
Reference in New Issue
Block a user