resp
Version, currently 0.2.05 versions
- 0.3.2latestApr 6, 2019
- 0.3.1not indexedJan 10, 2022
- 0.3.0not indexedJan 10, 2022
- 0.2.0not indexedJan 10, 2022
- 0.1.0not indexedJan 10, 2022
github.com/soveran/resp-crystal
Lightweight RESP client
Nothing has been indexed for 0.2.0 yet. The tag is recorded, its shard.yml has not been read, so the manifest and dependency list below are empty because they are unknown rather than because they are absent.
Installation
# Add this to your shard.yml
dependencies:
resp:
github: soveran/resp-crystal
version: ~> 0.2.0Then run:
shards installshard.yml
No shard.yml has been indexed for 0.2.0. You can read it on the repository.
Dependencies
Unknown: the shard.yml for this version has not been read yet.
README
This README is the one indexed from the repository at its latest ref, not from the tag for this version.
Resp
Lightweight RESP client that can be used for interacting with Redis and Disque servers.
Usage
require "resp"
client = Resp.new("redis://localhost:6379")
client.call("SET", "foo", "42")
client.call("GET", "foo") #=> "42"
Pipelining
You can pipeline commands by using the queue/commit methods.
require "resp"
client = Resp.new("redis://localhost:6379")
client.queue("ECHO", "foo")
client.queue("ECHO", "bar")
client.commit #=> ["foo", "bar"]
Installation
Add this to your application's shard.yml:
dependencies:
resp:
github: soveran/resp-crystal
branch: master
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
0.2.0- Tagged
- Jan 10, 2022
- Commit
24dfef845aab- Indexed
- not yet
Dependents
Repository
github.com/soveran/resp-crystal
Metadata
- Created
- Aug 12, 2026
- Updated
- Sep 24, 2026
- Synced
- Sep 24, 2026
- Versions
- 5