diff options
author | Adam <Adam@anope.org> | 2013-05-18 00:27:03 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-05-18 00:27:03 -0400 |
commit | 879b31058065537d2e30bd74f71403800dd19cf4 (patch) | |
tree | 183970955ceecc8a620e69852267aca93d600238 /docs/REDIS | |
parent | 5ff3aa7209a768168ddbb6137ee0df06e720b5f3 (diff) |
Fix Windows build
Diffstat (limited to 'docs/REDIS')
-rw-r--r-- | docs/REDIS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/REDIS b/docs/REDIS index 8c40d5690..375d9b4a2 100644 --- a/docs/REDIS +++ b/docs/REDIS @@ -9,7 +9,7 @@ Table of Contents ----------------- 1) Data structure 2) Keyspace notifications -3) Examples of modfying, deleting, and creating objects +3) Examples of modifying, deleting, and creating objects 1) Data structure @@ -99,7 +99,7 @@ Table of Contents multiple commands, or inserting multiple objects at once, specifically if the objects depend on each other, you MUST use a transaction. -3) Examples of modfying, deleting, and creating objects +3) Examples of modifying, deleting, and creating objects These examples will ONLY work if you meet the criteria in section 2. |