Commit Graph

6 Commits

Author SHA1 Message Date
vkatsuba
ebe7fc0a02 Remove shell section
Deleted 'shell' section from 'rebar.config'
2021-04-05 23:41:51 +03:00
vkatsuba
51f3336dfe Fix compile warnings
$ ./rebar3 compile
src/redis.erl:9: Warning: type encode_error() is unused
src/redis.erl:214: Warning: function decode_separator/1 is unused
src/redis.erl:268: Warning: variable 'Rest' is unused
src/redis.erl:270: Warning: variable 'Rest' is unused
2021-04-05 23:03:24 +03:00
vkatsuba
9fd0ed0d6d Update .gitignore
Added 'rebar3' to '.gitignore'
2021-04-05 22:58:47 +03:00
vkatsuba
88ca2786ab Fix boot warning
Added 'redis.app.src' for fix warnings
2021-04-05 22:56:41 +03:00
niamtokik
467db66751 - add encoding with test unit
- add readme and license
- add decoding feature with test unit
- add rebar files
2021-03-19 21:16:54 +00:00
niamtokik
cee49dd68d init 2021-03-19 15:55:46 +00:00