File: MANIFEST

package info (click to toggle)
libredis-fast-perl 0.37%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 504 kB
  • sloc: perl: 2,866; makefile: 7
file content (125 lines) | stat: -rw-r--r-- 3,241 bytes parent folder | download
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
Build.PL
Changes
LICENSE
META.json
README.md
builder/MyBuilder.pm
cpanfile
lib/Redis/Fast.pm
lib/Redis/Fast/Hash.pm
lib/Redis/Fast/List.pm
lib/Redis/Fast/Sentinel.pm
minil.toml
scripts/publish.pl
scripts/reconnect_on_error.pl
scripts/redis-benchmark.pl
src/Redis__Fast.xs
t/01-basic.t
t/02-responses.t
t/03-pubsub.t
t/04-pipeline-issue117.t
t/04-pipeline.t
t/05-nonblock.t
t/06-on-connect.t
t/07-reconnect-on-error.t
t/07-reconnect-without-auto-connect.t
t/07-reconnect.t
t/08-unix-socket.t
t/09-env-redis-server.t
t/10-tie-list.t
t/11-timeout.t
t/20-tie-hash.t
t/30-scripts.t
t/42-client_cmds.t
t/44-no-unicode-bug.t
t/50-fork_safe.t
t/51-leak.t
t/53-blpop.t
t/53-blpop_and_timeout.t
t/53-deep-recursion.t
t/53-fail-to-connect.t
t/53-password.t
t/53-signal.t
t/53-timeout-length.t
t/60-sentinel.t
t/ssl/cert.pem
t/ssl/key.pem
t/tlib/Test/SpawnRedisServer.pm
t/tlib/Test/SpawnRedisTimeoutServer.pm
tools/benchmarks/read_vs_sysread.pl
tools/benchmarks/readline_vs_sysread_vs_recv/client-readline.pl
tools/benchmarks/readline_vs_sysread_vs_recv/client-recv.pl
tools/benchmarks/readline_vs_sysread_vs_recv/client-sysread.pl
tools/benchmarks/readline_vs_sysread_vs_recv/run.pl
tools/benchmarks/readline_vs_sysread_vs_recv/server-generator.pl
typemap
xt/11-timeout.t
xt/release/kwalitee.t
deps/hiredis/CHANGELOG.md
deps/hiredis/CMakeLists.txt
deps/hiredis/COPYING
deps/hiredis/Makefile
deps/hiredis/README.md
deps/hiredis/adapters/ae.h
deps/hiredis/adapters/glib.h
deps/hiredis/adapters/ivykis.h
deps/hiredis/adapters/libev.h
deps/hiredis/adapters/libevent.h
deps/hiredis/adapters/libhv.h
deps/hiredis/adapters/libsdevent.h
deps/hiredis/adapters/libuv.h
deps/hiredis/adapters/macosx.h
deps/hiredis/adapters/poll.h
deps/hiredis/adapters/qt.h
deps/hiredis/adapters/redismoduleapi.h
deps/hiredis/alloc.c
deps/hiredis/alloc.h
deps/hiredis/appveyor.yml
deps/hiredis/async.c
deps/hiredis/async.h
deps/hiredis/async_private.h
deps/hiredis/dict.c
deps/hiredis/dict.h
deps/hiredis/examples/CMakeLists.txt
deps/hiredis/examples/example-ae.c
deps/hiredis/examples/example-glib.c
deps/hiredis/examples/example-ivykis.c
deps/hiredis/examples/example-libev.c
deps/hiredis/examples/example-libevent-ssl.c
deps/hiredis/examples/example-libevent.c
deps/hiredis/examples/example-libhv.c
deps/hiredis/examples/example-libsdevent.c
deps/hiredis/examples/example-libuv.c
deps/hiredis/examples/example-macosx.c
deps/hiredis/examples/example-poll.c
deps/hiredis/examples/example-push.c
deps/hiredis/examples/example-qt.cpp
deps/hiredis/examples/example-qt.h
deps/hiredis/examples/example-redismoduleapi.c
deps/hiredis/examples/example-ssl.c
deps/hiredis/examples/example.c
deps/hiredis/fmacros.h
deps/hiredis/fuzzing/format_command_fuzzer.c
deps/hiredis/hiredis-config.cmake.in
deps/hiredis/hiredis.c
deps/hiredis/hiredis.h
deps/hiredis/hiredis.pc.in
deps/hiredis/hiredis.targets
deps/hiredis/hiredis_ssl-config.cmake.in
deps/hiredis/hiredis_ssl.h
deps/hiredis/hiredis_ssl.pc.in
deps/hiredis/net.c
deps/hiredis/net.h
deps/hiredis/read.c
deps/hiredis/read.h
deps/hiredis/sds.c
deps/hiredis/sds.h
deps/hiredis/sdsalloc.h
deps/hiredis/sockcompat.c
deps/hiredis/sockcompat.h
deps/hiredis/ssl.c
deps/hiredis/test.c
deps/hiredis/test.sh
deps/hiredis/win32.h
META.yml
MANIFEST