#(cattamer19) Redis Command

18 messages · Page 1 of 1 (latest)

tranquil folio
#

Can someone break it down for me, I don't understand it even after looking at Denizen's forum.

feral yachtBOT
#

(cattamer19) Redis Command

feral yachtBOT
#

Hi I'm AutoThreadBot! Don't mind me, I'll just be adding the helper team to this thread so they can see it. A human will get to you soon.

tranquil folio
#

!c redius

devout minnowBOT
#
Possible Confusion

Did you mean to search for redis?

#
Possible Confusion

Did you mean to search for mechanism radius?

devout minnowBOT
# tranquil folio !c redius
Group

core

Syntax

redis [id:<ID>] [connect:<host> (auth:<secret>) (port:<port>/{6379}) (ssl:true/{false})/disconnect/subscribe:<channel>|.../unsubscribe/publish:<channel> message:<message>/command:<command> (args:<arg>|...)]

Short Description

Interacts with a Redis server.

Description

This command is used to interact with a redis server. It can run any standard redis commands as well as subscribe for pub/sub redis channel notifications.

Redis is a simple key/value data store that is typically used for caching and sending data between servers.
The redis server runs in memory, meaning requests are insanely fast. If you run redis locally, you can expect responses to take under a millisecond.
It is normally advised to run commands as ~waitable (see !language ~waitable), b...

tranquil folio
#

like first of all, what does it mean id?

ocean helm
#

Like SQL and Discord commands, it requires a unique ID name that you specify, usually when first connecting.

tranquil folio
ocean helm
#

When connecting use any name, otherwise you should use an existing connected ID

tranquil folio
#

I was able to connect, however whenever I go to create a key it gives me this error message

ocean helm
#

Unfortunately I am not versed on redis, only sql.

tranquil folio