|
ctx, cancel := context.WithTimeout(context.Background(), 5*time.Second)
|
|
ctx, cancel := context.WithTimeout(context.Background(), 5*time.Second)
|
|
resp, err := client.Get(ctx, key, clientv3.WithPrefix())
|
|
resp, err := client.Get(ctx, key, clientv3.WithPrefix())
|