~vjsamuel/drizzle/fix-bug-850898

« back to all changes in this revision

Viewing changes to plugin/memcached_functions/docs/index.rst

  • Committer: Mark Atwood
  • Date: 2011-09-13 19:54:55 UTC
  • mfrom: (2397.1.3 plugin-docs)
  • Revision ID: me@mark.atwood.name-20110913195455-3bk3locm85m4jimp
mergeĀ lp:~daniel-nichter/drizzle/plugin-docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Memcached Functions
 
2
===================
 
3
 
 
4
The :program:`memcahed_functions` plugin provide functions for accessing
 
5
a `memcached <http://memcached.org/>`_ server.
 
6
 
 
7
.. _memcached_functions_loading:
 
8
 
 
9
Loading
 
10
-------
 
11
 
 
12
To load this plugin, start :program:`drizzled` with::
 
13
 
 
14
   --plugin-add=memcached_functions
 
15
 
 
16
.. seealso:: :doc:`/options` for more information about adding and removing plugins.
 
17
 
 
18
Examples
 
19
--------
 
20
 
 
21
Sorry, there are no examples for this plugin.
 
22
 
 
23
.. _memcached_functions_authors:
 
24
 
 
25
Authors
 
26
-------
 
27
 
 
28
Patrick Galbraith, Ronald Bradford, Padraig O'Sullivan
 
29
 
 
30
.. _memcached_functions_version:
 
31
 
 
32
Version
 
33
-------
 
34
 
 
35
This documentation applies to **memcached_functions 0.1**.
 
36
 
 
37
To see which version of the plugin a Drizzle server is running, execute:
 
38
 
 
39
.. code-block:: mysql
 
40
 
 
41
   SELECT MODULE_VERSION FROM DATA_DICTIONARY.MODULES WHERE MODULE_NAME='memcached_functions'
 
42
 
 
43
Changelog
 
44
---------
 
45
 
 
46
v0.1
 
47
^^^^
 
48
* First release.