Move readme around to trigger travis

This commit is contained in:
R. Tyler Croy 2016-01-09 11:40:31 -08:00
parent 45fb643f74
commit 7a15f15878
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 6 additions and 8 deletions

View File

@ -1,11 +1,10 @@
memcache-ada
============
= memcache-ada
**memcache-ada** is a work in progress, implementing the Memcached text-protocol
for communicating with a Memcached server from an Ada program.
Status
------
== Status
**memcache-ada** is currently in a very usable state for basic cache usage, that
said, the library is not very well documented just yet. The source code in the `client/`
@ -40,8 +39,8 @@ questions
| quit | n | no plans to support |
+--------------+-------------------------------------------+
Warnings
--------
=== Warnings
The `Memcache.Connection` object ***cannot*** be shared between multiple tasks
concurrently! It is currently designed only for use within a single task at a
@ -50,8 +49,7 @@ objects across multiple tasks if necessary (I have some ideas regarding connecti
pooling and sharing between tasks but the library is not quite there yet).
Examples
--------
== Examples
**Creating a connection:**