Skip to content

Instantly share code, notes, and snippets.

@gpbmike
Created April 25, 2012 23:31
Show Gist options
  • Save gpbmike/2494436 to your computer and use it in GitHub Desktop.
Save gpbmike/2494436 to your computer and use it in GitHub Desktop.
1335396689.769749 [0 127.0.0.1:54898] "MULTI"
1335396689.769790 [0 127.0.0.1:54898] "EXEC"
1335396689.769802 [0 127.0.0.1:54898] "DEL" "promo:test:list"
1335396689.769820 [0 127.0.0.1:54898] "RPUSH" "promo:test:list" "promo:1"
1335396689.769843 [0 127.0.0.1:54898] "ZADD" "promo:streams" "1335396689.768909" "test"
1335396689.772833 [0 127.0.0.1:54898] "LRANGE" "promo:test:list" "0" "-1"
1335396689.773139 [0 127.0.0.1:54898] "MULTI"
1335396689.773271 [0 127.0.0.1:54898] "EXEC"
1335396689.773283 [0 127.0.0.1:54898] "HGETALL" "promo:1"
@honzakral
Copy link

should be:

1335396746.682798 "MULTI"
1335396746.682812 "DEL" "promo:test:list"
1335396746.682820 "RPUSH" "promo:test:list" "promo:1"
1335396746.682836 "ZADD" "promo:streams" "1335396746.682386" "test"
1335396746.682843 "EXEC"
1335396746.683043 "LRANGE" "promo:test:list" "0" "-1"
1335396746.683256 "MULTI"
1335396746.683270 "HGETALL" "promo:1"
1335396746.683273 "EXEC"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment