Mathieu Kerjouan
2d2790fe6f
Merge pull request #1 from vkatsuba/fix/warning_failed_to_boot_redis
...
Fix warnings
2021-04-07 18:17:43 +00:00
Mathieu Kerjouan
62ad484e47
Merge pull request #2 from vkatsuba/feature/add_gh_actions
...
Added GH Action
2021-04-07 18:16:40 +00:00
vkatsuba
2479022d49
Fix dialyzer
...
Fixed dialyzer warnings
2021-04-06 00:12:10 +03:00
vkatsuba
ebe7fc0a02
Remove shell section
...
Deleted 'shell' section from 'rebar.config'
2021-04-05 23:41:51 +03:00
vkatsuba
73ab873a71
Added GH Action
...
* Provided base GitHub Actions
* Updated 'README': added GH Badges
2021-04-05 23:31:34 +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