aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/go-redis/redis/v8/ya.make
blob: 80ccb486c6c28bf3c806204f8d0c861bd94ed256 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
GO_LIBRARY()

LICENSE(BSD-2-Clause)

SRCS(
    cluster.go
    cluster_commands.go
    command.go
    commands.go
    doc.go
    error.go
    iterator.go
    options.go
    pipeline.go
    pubsub.go
    redis.go
    result.go
    ring.go
    script.go
    sentinel.go
    tx.go
    universal.go
    version.go
)

GO_TEST_SRCS(
    bench_decode_test.go
    export_test.go
    internal_test.go
    options_test.go
)

GO_XTEST_SRCS(
    bench_test.go
    cluster_test.go
    command_test.go
    commands_test.go
    example_instrumentation_test.go
    example_test.go
    iterator_test.go
    main_test.go
    pipeline_test.go
    pool_test.go
    pubsub_test.go
    race_test.go
    redis_test.go
    ring_test.go
    sentinel_test.go
    tx_test.go
    universal_test.go
)

END()

RECURSE(
    # gotest
    internal
)