Note that there are some explanatory texts on larger screens.

plurals
  1. POHow connect to multiple Redis servers, display combined results in optimized?
    primarykey
    data
    text
    <p>If I have same multiple Redis servers. How connect to multiple database servers, obtain those hashes from each Redis server and then display the first 10 of the combined results ? </p> <p><img src="https://i.stack.imgur.com/K37fC.jpg" alt="enter image description here"></p> <blockquote> <p>For better understanding, I am using the site <code>StackOverflow</code> and other Q&amp;A as a case study. Of course, with my architecture. </p> </blockquote> <p><strong>Central Company Server</strong> offers a number of services to <strong>private company servers</strong>. Each private servers within a <code>Q&amp;A</code> website that (separately but with the same databases). There is information(Q&amp;A) that the database private server-1, Owner of this information(Q&amp;A), users are private server-1 (similarly to other servers).</p> <p>Suppose that : PS1(Private Server-1) is <code>stackoverflow.com</code>, PS2 is <code>superuser.com</code>, PS3 <code>ham.stackexchange.com</code>, PS4 <code>android.stackexchange.com</code>, PS5 <code>anime.stackexchange.com</code>, PS6 is <code>askubuntu.com</code>.A user of a server, it opens one of these websites. Information taken from servers, and all this combined with the current server and the result is displayed. So all type of questions and answers will be displayed to the user.</p> <blockquote> <p>1- Do I should be all the information to the <strong>Central Company Server</strong> and then combined and send forward to <strong>private company servers</strong> and users will display? get all data and then display the first 10 of the combined results?</p> <p>2- How without <strong>Central Company Server</strong> server do that?</p> <p>3- What is the best way?</p> <p>4- What is the optimal way?</p> </blockquote>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload