added imported docs

This commit is contained in:
Kenneth Reitz
2011-04-06 13:25:13 -04:00
parent 097845a07a
commit f12ed3eb06
148 changed files with 10533 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
`|Redis Documentation| <index.html>`_
**StringCommandsSidebar: Contents**
StringCommandsSidebar
=====================
== String Commands ==
- `SET <SetCommand.html>`_
- `GET <GetCommand.html>`_
- `STRLEN <StrlenCommand.html>`_
- `GETSET <GetsetCommand.html>`_
- `SETNX <SetnxCommand.html>`_
- `SETEX <SetexCommand.html>`_
- `SETBIT <SetbitCommand.html>`_
- `GETBIT <GetbitCommand.html>`_
- `MSET <MsetCommand.html>`_
- `MSETNX <MsetCommand.html>`_
- `MGET <MgetCommand.html>`_
- `INCR <IncrCommand.html>`_
- `INCRBY <IncrCommand.html>`_
- `DECR <IncrCommand.html>`_
- `DECRBY <IncrCommand.html>`_
- `APPEND <AppendCommand.html>`_
- `SETRANGE <SetrangeCommand.html>`_
- `GETRANGE (or SUBSTR) <SubstrCommand.html>`_
.. |Redis Documentation| image:: redis.png