Skip to content

Commit

Permalink
Added ZSET test
Browse files Browse the repository at this point in the history
  • Loading branch information
marians committed Apr 7, 2015
1 parent b9bc5c3 commit 85cb4c2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion test/fillredis/fill.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,14 @@ $CMD HSET hash_02 field02 "Value of field_02"
$CMD HSET hash_02 field03 1234567
$CMD HSET hash_02 field04 5.6789

# keep service idle
# Sorted Sets
$CMD ZADD zset_01 1 "First zset member"
$CMD ZADD zset_01 2 "Second zset member"
$CMD ZADD zset_01 3 "Third zset member"
$CMD ZADD zset_01 4 "Fourth zset member"
$CMD ZADD zset_01 5 "Fifth zset member"

# keep Docker container idle
while [ 1 ]
do
$CMD ping
Expand Down

0 comments on commit 85cb4c2

Please sign in to comment.