So, it is a start:

drizzle> select memc_get('xxx');
+-----------------+
| memc_get('xxx') |
+-----------------+
|                 |
+-----------------+
1 row in set (0 sec)

drizzle> select memc_get('foo');
+-----------------+
| memc_get('foo') |
+-----------------+
| 123             |
+-----------------+
1 row in set (0.01 sec)

drizzle> select memc_get('xxx');
+-----------------+
| memc_get('xxx') |
+-----------------+
| 3               |
+-----------------+
1 row in set (0 sec)

drizzle> select memc_get('xxx');
+-----------------+
| memc_get('xxx') |
+-----------------+
| this is a test  |
+-----------------+
1 row in set (0 sec)

I'll need help from mtaylor, et al, to know how to have a global object for the connection and results.

Have a great weekend!

Patrick

_______________________________________________
Mailing list: https://launchpad.net/~drizzle-discuss
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-discuss
More help   : https://help.launchpad.net/ListHelp

Reply via email to