Skip to content

Commit

Permalink
Command parsing and running splitted
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando "Brujo" Benavides committed Oct 20, 2011
1 parent 3effd4c commit cfc6252
Show file tree
Hide file tree
Showing 3 changed files with 654 additions and 688 deletions.
5 changes: 3 additions & 2 deletions include/edis.hrl
@@ -1,8 +1,9 @@
-include("elog.hrl").

-record(edis_command, {timestamp :: float(),
-record(edis_command, {timestamp = edis_util:timestamp()
:: float(),
db :: non_neg_integer(),
cmd :: atom(),
cmd :: binary(),
args = [] :: [term()]}).

-record(edis_item, {key :: binary(),
Expand Down

0 comments on commit cfc6252

Please sign in to comment.