Skip to content
Adglob Infosystem Pvt Ltd
  • About Us
  • B2B and B2C Database
  • Bulk Email Solution
  • Contact Us
  • Corporate Email Service
  • Database Portfolio
  • Database Process Flow
  • Database Services
  • FAQs
  • Lead Generation
  • Managed Email Campaign Solution
  • Our Clients
  • Privacy Policy
  • Product Blog
  • Request Sample for Free Database
  • Terms & Conditions
  • Web Scrapping
  • Author: K Z

    This author has written 1821 articles
    1. Home>
    2. K Z>
    3. Page 151

    Redis – Transactions Exec Command

    • Post author:K Z
    • Post published:August 18, 2021
    • Post category:Redis
    • Post comments:1 Comment

    Redis EXEC command executes all previously queued commands in a transaction and restores the connection state to normal. Return Value Array reply, each element being the reply to each of the commands…

    Continue ReadingRedis – Transactions Exec Command

    Redis – Transactions Discard Command

    • Post author:K Z
    • Post published:August 18, 2021
    • Post category:Redis
    • Post comments:1 Comment

    Redis DISCARD command flushes all previously queued commands in a transaction and restores the connection state to normal. Return Value String reply OK Syntax Basic syntax of redis DISCARD command is shown below: redis…

    Continue ReadingRedis – Transactions Discard Command

    Redis – Transactions

    • Post author:K Z
    • Post published:August 18, 2021
    • Post category:Redis
    • Post comments:0 Comments

    Redis transactions allow the execution of a group of commands in a single step. Following are the two properties of Transactions. All commands in a transaction are sequentially executed as…

    Continue ReadingRedis – Transactions

    Redis – PubSub Unsubscribe Command

    • Post author:K Z
    • Post published:August 18, 2021
    • Post category:Redis
    • Post comments:0 Comments

    Redis UNSUBSCRIBE command unsubscribes the client from the given channels, or from all of them if none is given. Syntax Following is the basic syntax of Redis UNSUBSCRIBE command. redis 127.0.0.1:6379> UNSUBSCRIBE channel [channel…

    Continue ReadingRedis – PubSub Unsubscribe Command

    Redis – PubSub Subscribe Command

    • Post author:K Z
    • Post published:August 18, 2021
    • Post category:Redis
    • Post comments:1 Comment

    Redis SUBSCRIBE command subscribes the client to the specified channels. Syntax Following is the basic syntax of Redis SUBSCRIBE command. redis 127.0.0.1:6379> SUBSCRIBE channel [channel ...] Return Value Array reply. Example redis 127.0.0.1:6379> SUBSCRIBE…

    Continue ReadingRedis – PubSub Subscribe Command

    Redis – PubSub Punsubscribe Command

    • Post author:K Z
    • Post published:August 18, 2021
    • Post category:Redis
    • Post comments:0 Comments

    Redis PUNSUBSCRIBE command unsubscribes the client from the given patterns, or from all of them if none is given. When no patterns are specified, the client is unsubscribed from all the previously…

    Continue ReadingRedis – PubSub Punsubscribe Command

    Redis – PubSub Publish Command

    • Post author:K Z
    • Post published:August 18, 2021
    • Post category:Redis
    • Post comments:0 Comments

    Redis PUBLISH command posts a message to a channel. Syntax Following is the basic syntax of Redis PUBLISH command. redis 127.0.0.1:6379> PUBLISH channel message Return Value Integer reply − the number of clients that…

    Continue ReadingRedis – PubSub Publish Command

    Redis – Sub Pubsub Command

    • Post author:K Z
    • Post published:August 18, 2021
    • Post category:Redis
    • Post comments:1 Comment

    Redis PUBSUB command is an introspection command that allows to inspect the state of the Pub/Sub subsystem. It is composed of subcommands that are documented separately. Syntax Following is the basic syntax…

    Continue ReadingRedis – Sub Pubsub Command

    Redis – PubSub Psubscribe Command

    • Post author:K Z
    • Post published:August 18, 2021
    • Post category:Redis
    • Post comments:2 Comments

    Redis PSUBSCRIBE command is used to subscribe to channels matching the given patterns. Syntax Following is the basic syntax of Redis PSUBSCRIBE command. redis 127.0.0.1:6379> PSUBSCRIBE CHANNEL_NAME_OR_PATTERN [PATTERN...] Following listing shows some supported patterns…

    Continue ReadingRedis – PubSub Psubscribe Command

    Redis – Publish Subscribe

    • Post author:K Z
    • Post published:August 18, 2021
    • Post category:Redis
    • Post comments:0 Comments

    Redis Pub/Sub implements the messaging system where the senders (in redis terminology called publishers) sends the messages while the receivers (subscribers) receive them. The link by which the messages are…

    Continue ReadingRedis – Publish Subscribe
    • Go to the previous page
    • 1
    • …
    • 148
    • 149
    • 150
    • 151
    • 152
    • 153
    • 154
    • …
    • 183
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP