resp-server
Version, currently master branch1 version
- master branchlatestDec 1, 2020
github.com/Green-Edge/resp.cr
Lightweight RESP (Redis protocol) server
0 stars
1 dependent
License: MIT
Installation
# Add this to your shard.yml
dependencies:
resp-server:
github: Green-Edge/resp.cr
branch: mastermaster is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
0.22.0- License
- MIT
- Authors
- Hugo Abonizio, Green-Edge
Dependencies
Development Dependencies
- resp*github: soveran/resp-crystal, branch: masterdev
README
resp.cr
Lightweight RESP server and parser written in Crystal. It can be used to implement a Redisclone or a Redis load balancer, for exemple.
Installation
Add this to your application's shard.yml:
dependencies:
resp:
github: Green-Edge/resp.cr
Usage
require "resp"
server = RESP::Server.new
server.listen do |conn|
# Returns the command followed by a list of arguments
operation, args = conn.parse
puts "operation: #{operation}, args: #{args}"
end
Contributing
- Fork it ( https://github.com/Green-Edge/resp.cr/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- hugoabonizio Hugo Abonizio - original creator
- Green-Edge Various Developers, including:
- OldhamMade Phillip Oldham
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This branch
- Branch
master- Seen
- Dec 1, 2020
- Crystal
0.22.0- Indexed
- yes
Dependents
Repository
github.com/Green-Edge/resp.cr
Metadata
- Created
- Aug 19, 2026
- Updated
- Sep 27, 2026
- Synced
- Sep 27, 2026
- Versions
- 1