Documentation ¶
Index ¶
- Variables
- func TestKvAll(length int, ks kv.KeyValue, t *testing.T)
- func TestKvGet(ks kv.KeyValue, t *testing.T)
- func TestKvGetKeyedState(ks kv.KeyValue, t *testing.T)
- func TestKvKeys(length int, ks kv.KeyValue, t *testing.T)
- func TestKvSet(ks kv.KeyValue, t *testing.T)
- func TestKvSetGet(ks kv.KeyValue, t *testing.T)
- func TestKvSetnx(ks kv.KeyValue, t *testing.T)
- func TestTsDelete(ks kv.Tskv, t *testing.T)
- func TestTsDeleteBefore(ks kv.Tskv, t *testing.T)
- func TestTsGet(ks kv.Tskv, t *testing.T)
- func TestTsLast(ks kv.Tskv, t *testing.T)
- func TestTsSet(ks kv.Tskv, t *testing.T)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Keys = []int64{1000, 1500, 2000, 3000} Values = []string{"bar1", "bar15", "bar2", "bar3"} )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.