Revision history for Perl extension App-Memcached-CLI
v0.9.3 2016-03-26T05:25:48Z
- Feature: implement "dump_all" command as "dump" mode in "memcached-tool"
- Change: remove alias command "dump" as "cachedump" because confusing
v0.9.2 2016-03-26T04:56:42Z
- Feature: implement "randomset" command to generate random data and SET
them into Memcached.
v0.9.1 2016-03-26T04:13:00Z
- Bug Fix: check connection before each command execution to handle the case
server goes away.
v0.9.0 2016-03-26T03:42:39Z
- Feature: implement "call" command which executes any command given as
arguments for Memcached.
- Improve: set timeout or improve error handling for some commands.
v0.8.0 2016-03-26T00:29:36Z
- Change:
- In 'get', 'gets' print in LTSV when multiple keys found
- Capitalize first letter of every label when print data in LTSV
- Improve: in 'cachedump' show VALUE, FLAGS, CAS in addition to LENGTH and
EXPIRE
v0.7.1 2016-03-25T17:16:56Z
- Feature: implement "incr", "decr" command to add/subtract data value
v0.7.0 2016-03-25T16:45:25Z
- Feature: implement "touch" command to update EXPIRE of data
v0.6.4 2016-03-25T16:19:04Z
- Improve: at 'cachedump' show items in more readable LTSV format
v0.6.3 2016-03-24T19:36:15Z
- Feature: support multiple keys retrieval in "get" and "gets" command
v0.6.2 2016-03-24T18:45:17Z
- Feature:
- implement "gets" to fetch data with CAS
- implement "cas" to set data with CAS check
v0.6.1 2016-03-24T17:41:33Z
- Feature: implement "add", "replace", "append", "prepend" storage commands
for Memcached
v0.6.0 2016-03-24T13:31:51Z
- Feature: add optional argument for "stats" and "settings" to filter
results
v0.5.4 2016-03-24T11:50:04Z
- Update documentation. Add commands info into script Pod.
v0.5.3 2016-03-24T07:54:41Z
- Feature: implement "flush_all" command to invalidate whole data in
Memcached
v0.5.2 2016-03-24T07:42:15Z
- Feature: implement "version" command to show server version
v0.5.1 2016-03-24T07:31:50Z
- Feature: implement "delete" command to delete item in Memcached
v0.5.0 2016-03-24T07:18:28Z
- Feature: implement "set" command to store item on Memcached
- Improve: set timeout to read sock not to hang when unexpected response is
returned by server
v0.4.0 2016-03-24T05:35:52Z
- Feature: support batch mode with commandline arguments
v0.3.0 2016-03-24T03:40:05Z
- Feature: implement "detaildump" command for "stats detail dump"
- Feature: implement "detail" command to toggle stats collection
v0.2.3 2016-03-24T01:26:45Z
- Change: remove Encode::Guess from dependency. Decode ASCII text only when
GET item.
v0.2.2 2016-03-23T13:22:39Z
- Feature: implement "get" command in interactive mode to GET data of
Memcached
v0.2.1 2016-03-23T08:12:40Z
- Update Pod
v0.2.0 2016-03-23T05:09:28Z
- Improve: enable command history by Term::ReadLine support
v0.1.1 2016-03-23T04:25:09Z
- Improve "help" in Interactive mode
v0.1.0 2016-03-23T01:14:45Z
- Initial release