memria
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
Repository
memria
Owner
Statistic
- 0
- 0
- 0
- 0
- 0
- about 6 years ago
- September 22, 2018
License
MIT License
Links
Synced at
Thu, 07 Nov 2024 22:37:15 GMT
Languages