The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension App-Memcached-CLI

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