summaryrefslogtreecommitdiff
path: root/docs/REDIS
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2022-01-04 14:11:07 +0000
committerSadie Powell <sadie@witchery.services>2022-01-04 14:11:07 +0000
commit8eb6a4da717d7670995a47fbd1b5878df88dd206 (patch)
tree56fa17f935f75b18a6ca11c175b7751294694d8e /docs/REDIS
parentec7dfb3675973e0e0ec6df69c871797bc94e8413 (diff)
Update more IRCServices references to reflect the current project.
- If referring to the specific piece of software use "Anope". - If referring to services in general use "services".
Diffstat (limited to 'docs/REDIS')
-rw-r--r--docs/REDIS4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/REDIS b/docs/REDIS
index 8f7a076fd..761d6de9e 100644
--- a/docs/REDIS
+++ b/docs/REDIS
@@ -149,12 +149,12 @@ Table of Contents
Which returns a new object ID for me, in this example it will be "8".
Now I can create the object:
- HMSET hash:BotInfo:8 nick redis user redis host services.anope.org realname "Services for IRC Networks"
+ HMSET hash:BotInfo:8 nick redis user redis host services.anope.org realname "Anope IRC Services"
Note if you are using HSET instead of HMSET you will need to use a transaction, as shown in the above example.
If you are watching your services logs you will immediately see:
- USERS: redis!redis@services.anope.org (Services for IRC Networks) connected to the network (services.anope.org)
+ USERS: redis!redis@services.anope.org (Anope IRC Services) connected to the network (services.anope.org)
And the bot redis will be in BotServ's bot list.
Notice how ids:BotInfo and the value keys are updated automatically.