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
  • Get data the way you want

    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

    IMS DB – DL/I Terminology

    • Post author:S K S
    • Post published:August 18, 2021
    • Post category:IMS DB
    • Post comments:0 Comments

    Hierarchical databases work on the relationships between two or more segments. The following example shows how segments are related to each other in the IMS database structure. Root Segment Points…

    Continue ReadingIMS DB – DL/I Terminology

    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

    Redis – HyperLogLog Pfmerge Command

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

    Redis PFMERGE command is used to merge multiple HyperLogLog values into a unique value that will approximate the cardinality of the union of the observed sets of the source HyperLogLog structures. Return…

    Continue ReadingRedis – HyperLogLog Pfmerge Command

    Redis – HyperLogLog Pfcount Command

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

    Redis PFCOUNT command is used to get the approximated cardinality computed by the HyperLogLog data structure stored at the specified variable. If the key does not exist, then it returns 0. Return…

    Continue ReadingRedis – HyperLogLog Pfcount Command

    Redis – HyperLogLog Pfadd Command

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

    Redis PFADD command adds all the element arguments to the HyperLogLog data structure stored at the key name specified as first argument. Return Value Integer reply, 1 or 0. Syntax Following is…

    Continue ReadingRedis – HyperLogLog Pfadd Command

    Redis – HyperLogLog

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

    Redis HyperLogLog is an algorithm that uses randomization in order to provide an approximation of the number of unique elements in a set using just a constant, and small amount…

    Continue ReadingRedis – HyperLogLog

    IMS DB – Structure

    • Post author:S K S
    • Post published:August 18, 2021
    • Post category:IMS DB
    • Post comments:0 Comments

    Hierarchical Structure An IMS database is a collection of data accommodating physical files. In a hierarchical database, the topmost level contains the general information about the entity. As we proceed…

    Continue ReadingIMS DB – Structure

    Redis – Sorted Set Zscan Command

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

    Redis ZSCAN command iterates the elements of Sorted Set types and their associated scores. Return Value Array reply. Syntax Following is the basic syntax of Redis ZSCAN command. redis 127.0.0.1:6379> ZSCAN key cursor [MATCH…

    Continue ReadingRedis – Sorted Set Zscan Command

    Redis – Sorted Set Zunionstore Command

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

    Redis ZUNIONSTORE command calculates the union of numkeys sorted sets given by the specified keys, and stores the result in the destination. It is mandatory to provide the number of input keys…

    Continue ReadingRedis – Sorted Set Zunionstore Command
    • Go to the previous page
    • 1
    • …
    • 601
    • 602
    • 603
    • 604
    • 605
    • 606
    • 607
    • …
    • 739
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP