Skip to content

Commit a64d8b7

Browse files
committed
added the trivia on RedisStackOverflow: "Its fast despite each click making 3 ajax calls causing 30+ redis operations"
1 parent f9f1249 commit a64d8b7

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

src/RedisStackOverflow/RedisStackOverflow/default.css

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,18 @@ H4 EM
424424
float: right;
425425
margin: 0 20px 0 0;
426426
}
427-
427+
#trivia
428+
{
429+
margin: 3px 0 0 0;
430+
padding: 1px 4px;
431+
color: #444;
432+
font-size: 12px;
433+
background: #f1f1f1;
434+
}
435+
#trivia B
436+
{
437+
color: #333;
438+
}
428439
#footer
429440
{
430441
position:fixed;

src/RedisStackOverflow/RedisStackOverflow/default.htm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,7 @@ <h2></h2>
406406
<div id="paging"></div>
407407
<a id="mono" href="http://www.mono-project.com"><img src="img/Mono-powered-big.png" alt="Powered by Mono" /></a>
408408
<div id="disclaimer">*Not affiliated with Stack Overflow, which is a trademark of Stack Overflow Internet Services Inc.</div>
409+
<div id="trivia" class="ib"><strong>Trivia:</strong> Its fast despite each <b>click</b> making <b>3 ajax</b> calls causing <b>30+ redis</b> operations</div>
409410
</div>
410411

411412
<div id="footer">

0 commit comments

Comments
 (0)