I'm happy to announce the release of Memcached UDFs version 0.3 (downloadable at
http://download.tangent.org/memcached_functions_mysql-0.3.tar.gz).
In this version:
-
- memc_stats() added
- memc_stat_get_keys() added
- buffering behavior option added for better performance
This will allow you to query the state of your servers. This
makes a great way to possibly add tools to monitor the database
and memcached from one source.
mysql> select memc_stats('localhost')\G
*************************** 1. row
***************************
memc_stats('localhost'): Listing 2 Server
Server: 127.0.0.1 …