Revision history for Perl extension Shardcache::Client::Fast.
0.20 Thu Dec 18 13:09:37 CET 2014
- some cleanings int he fd-based API and in MultifResult
- AnyEvent client
0.19 Tue Dec 9 13:19:01 CET 2014
- added the Shardcache::Client::Fast::MultifResult.pm implementation file to the distribution
0.18 Tue Dec 9 13:12:49 CET 2014
- support the filedescriptor-based API (getf and get_multif)
- conform to the newest libshardcache API
0.17 Thu Sep 11 16:25:05 CEST 2014
- fixed the "SEE ALSO" section in the pod documentation
0.16 Thu Sep 11 16:07:34 CEST 2014
- safety belts to not crash if the underlying shardcache_client_get_multi() fails
0.15 Tue Jul 15 14:46:10 CEST 2014
- allow to set the log_level when creating a new shardcache_client object
0.14 Fri Jul 11 13:26:29 CEST 2014
- allow to access/control the check_connection option on the underlying shardcache_client instance
0.13 Thu Jul 10 12:19:59 CEST 2014
- allow to query the current node from libshardcache
- better handling of get_multi()/set_multi() return code
0.12 Fri Jun 20 13:23:59 CEST 2014
- introduced the multi_command_max_wait() method to allow
setting the shardcache_client option with the same name
and determining the timeout to use for get_multi/set_multi
commands if no data is being received
0.11 Tue Jun 17 23:27:09 CEST 2014
- error handling in the get_async callback
0.10 Tue May 27 09:22:51 CEST 2014
- Allow to set the pipeline_max parameter on the underlying shardcache_client instance
0.09 Tue May 13 13:48:06 CEST 2014
- Allow to set the use_random_node flag on the underlying shardcache_client instance
- Minor fixes to the documentation
0.08 Fri May 2 12:02:43 CEST 2014
- Allow to set the tcp timeout of the underlying shardcache_client instance
0.07 Fri Mar 28 09:46:07 CET 2014
- updated to be conform to the new libshardcache API (0.10)
0.06 Fri Feb 7 00:09:52 CET 2014
- new methods: 'get_multi' and 'set_multi' imported from libshardcache
- extended names (short names are now deprecated)
- various bugfixes
0.05 Tue Jan 21 00:54:22 CET 2014
- Change in libshardcache and in the protocol
- new methods: 'add', 'offset', 'exists'
- asynchronous api
0.04 Thu Jan 9 16:45:25 CET 2014
- Changes to be consistent with the API exposed by
the pure-perl implementation (Shardcache::Client)
- Minor fixes
0.03 Fri Jan 3 15:41:33 CET 2014
- $VERSION defined using a different format
to avoid issues with rpmtools when creating packages
- fixed POD documentation
0.02 Fri Jan 3 15:20:28 CET 2014
- fixes to Makefile.PL + LICENSE
0.01 Fri Dec 13 14:13:48 2013
- original version; created by h2xs 1.23 with options
-x -b 5.10.0 -n Shardcache::Client::Fast ../src/shardcache_client.h