Skip to content

Commit

Permalink
fix missing test data
Browse files Browse the repository at this point in the history
  • Loading branch information
HDT3213 committed Aug 2, 2023
1 parent b51e424 commit 9f1f2c8
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@
# vendor/
.idea
target
large.rdb
large.rdb
/large.aof
/large.json
4 changes: 4 additions & 0 deletions cases/listpack.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
database,key,type,size,size_readable,element_count,encoding,expiration
0,l,list,124,124B,9,quicklist2,
0,z,zset,139,139B,12,listpack,
0,h,hash,150,150B,11,listpack,
2 changes: 2 additions & 0 deletions cases/set_listpack.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
database,key,type,size,size_readable,element_count,encoding,expiration
0,s,set,67,67B,4,listpack,
3 changes: 3 additions & 0 deletions cases/set_listpack.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[
{"db":0,"key":"s","size":67,"type":"set","encoding":"listpack","members":["a","b","c","d"]}
]
Binary file added cases/set_listpack.rdb
Binary file not shown.

0 comments on commit 9f1f2c8

Please sign in to comment.