memria
Version, currently master branch1 version
- master branchlatestOct 1, 2018
github.com/tobyapi/memria
memcached-tool for Crystal
0 stars
0 dependents
License: MIT
Installation
# Add this to your shard.yml
dependencies:
memria:
github: tobyapi/memria
branch: mastermaster is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
0.26.1- License
- MIT
- Author
- TobiasGSmollett
- Target
memriafrom src/memria.cr
Dependencies
This version declares no dependencies.
README
memria
Memria is memcached-tool for Crystal.
Installation
$ git clone https://github.com/TobiasGSmollett/memria.git
$ cd memria
$ make
$ make install
Required
Crystal v0.26.1
Usage
$ memria localhost help
Usage: memria host[:port] [mode]
memria 10.0.0.5:11211 display # shows slabs
memria 10.0.0.5:11211 # same. (default is display)
memria 10.0.0.5:11211 stats # shows general stats
memria 10.0.0.5:11211 settings # shows settings stats
memria 10.0.0.5:11211 sizes # shows sizes stats
memria 10.0.0.5:11211 dump # dumps keys and values
...
$ memria localhost dump
add foo 0 0 2
11
$ memria localhost stats
#localhost:11211 Field Value
accepting_conns 1
auth_cmds 0
auth_errors 0
bytes 64
bytes_read 4837
bytes_written 346499
... ...
Development
- Error handling
Contributing
- Fork it (https://github.com/TobiasGSmollett/memria/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
- TobiasGSmollett TobiasGSmollett - creator, maintainer
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
- Oct 1, 2018
- Crystal
0.26.1- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/tobyapi/memria
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 17, 2026
- Synced
- Aug 17, 2026
- Versions
- 1