~ubuntu-branches/ubuntu/wily/erlang-redis-client/wily

« back to all changes in this revision

Viewing changes to src/eredis_parser.erl

  • Committer: Package Import Robot
  • Author(s): Philipp Huebner
  • Date: 2015-06-29 14:01:11 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20150629140111-4lh0069tcfavqa8w
Tags: 1.0.8-1
ImportedĀ UpstreamĀ versionĀ 1.0.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
%%    gen_tcp:recv/2 with the desired size.
23
23
 
24
24
-module(eredis_parser).
25
 
-include_lib("eredis.hrl").
 
25
-include("eredis.hrl").
26
26
-include_lib("eunit/include/eunit.hrl").
27
27
 
28
28
-export([init/0, parse/2]).