-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMANIFEST
45 lines (45 loc) · 1.1 KB
/
MANIFEST
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
Changes
Makefile.PL
MANIFEST
README
LICENSE
lib/Redis/RdbParser.pm
t/empty_database.t
t/dump/dictionary.rdb
t/dump/intset_16.rdb
t/dump/intset_32.rdb
t/dump/intset_64.rdb
t/dump/ziplist_that_compresses_easily.rdb
t/dump/ziplist_that_doesnt_compress.rdb
t/dump/ziplist_with_integers.rdb
t/dump/easily_compressible_string_key.rdb
t/dump/empty_database.rdb
t/dump/hash_as_ziplist.rdb
t/dump/integer_keys.rdb
t/dump/keys_with_expiry.rdb
t/dump/linkedlist.rdb
t/dump/multiple_databases.rdb
t/dump/parser_filters.rdb
t/dump/rdb_version_5_with_checksum.rdb
t/dump/regular_set.rdb
t/dump/regular_sorted_set.rdb
t/dump/sorted_set_as_ziplist.rdb
t/dump/uncompressible_string_keys.rdb
t/dump/zipmap_that_compresses_easily.rdb
t/dump/zipmap_that_doesnt_compress.rdb
t/dump/zipmap_with_big_values.rdb
t/hash_as_ziplist.t
t/dictionary.t
t/easily_compressible_string_key.t
t/integer_keys.t
t/linkedlist.t
t/intset.t
t/keys_with_expiry.t
t/multiple_databases.t
t/parser_filters.t
t/rdb_version_5_with_checksum.t
t/regular_set.t
t/regular_sorted_set.t
t/sorted_set_as_ziplist.t
docs/RDB_File_Format.textile
docs/RDB_Version_History.textile