Skip to content

Commit

Permalink
test module
Browse files Browse the repository at this point in the history
  • Loading branch information
videlalvaro committed Mar 12, 2010
1 parent dd2df1d commit 6e21a03
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/rd_test.erl
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
-module(rd_test).

-export([test/0]).

test() ->
redis_drv:start_link(),
redis_drv:set(<<"Key">>, <<"Value">>).

0 comments on commit 6e21a03

Please sign in to comment.