Skip to content

C#: Pubsub Commands #55

@yipin-chen

Description

@yipin-chen

Description

Pubsub commands support for C#

Full list is listed in https://github.com/valkey-io/valkey-glide/wiki/ValKey-Commands-Implementation-Progress

Commands

  • publish
  • pubsub channels
  • pubsub numpat
  • pubsub numsub
  • pubsub shardchannels
  • pubsub shardnumsub
  • spublish

Unsupported commands by Glide Core - Subscriptions must be created during client creation and are active for the duration that a client is open. The subscription is terminated automatically when the client is closed.

  • subscribe
  • psubscribe
  • ssubscribe
  • punsubscribe
  • sunsubscribe
  • unsubscribe

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions