mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
docs: Use @link in @see (#9348)
This commit is contained in:
@@ -26,7 +26,9 @@ export interface BaseBrokerOptions {
|
||||
*/
|
||||
maxChunk?: number;
|
||||
/**
|
||||
* Unique consumer name. See: https://redis.io/commands/xreadgroup/
|
||||
* Unique consumer name.
|
||||
*
|
||||
* @see {@link https://redis.io/commands/xreadgroup/}
|
||||
*/
|
||||
name?: string;
|
||||
}
|
||||
|
||||
@@ -32,7 +32,7 @@ export abstract class BaseRedisBroker<TEvents extends Record<string, any>>
|
||||
implements IBaseBroker<TEvents>
|
||||
{
|
||||
/**
|
||||
* Used for Redis queues, see the 3rd argument taken by {@link https://redis.io/commands/xadd | xadd }
|
||||
* Used for Redis queues, see the 3rd argument taken by {@link https://redis.io/commands/xadd | xadd}
|
||||
*/
|
||||
public static readonly STREAM_DATA_KEY = 'data';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user