<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Technology Archives - EckoThemes</title>
	<atom:link href="https://ember-wp.ecko.me/tag/technology/feed/" rel="self" type="application/rss+xml" />
	<link>https://ember-wp.ecko.me/tag/technology/</link>
	<description>Ember WordPress Theme</description>
	<lastBuildDate>Thu, 26 Sep 2024 17:57:43 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://ember-wp.ecko.me/wp-content/uploads/2024/09/favicon-50x50.png</url>
	<title>Technology Archives - EckoThemes</title>
	<link>https://ember-wp.ecko.me/tag/technology/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Using Redis as a Caching Layer</title>
		<link>https://ember-wp.ecko.me/using-redis-as-a-caching-layer/</link>
					<comments>https://ember-wp.ecko.me/using-redis-as-a-caching-layer/#comments</comments>
		
		<dc:creator><![CDATA[Samantha Lane]]></dc:creator>
		<pubDate>Tue, 12 Mar 2024 06:02:08 +0000</pubDate>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Startups]]></category>
		<category><![CDATA[Technology]]></category>
		<guid isPermaLink="false">https://ember-wp.ecko.me/?p=38</guid>

					<description><![CDATA[<p>So he got out of the fury of the panic, and, skirting the Edgware Road, reached Edgware about seven, fasting and wearied, but well ahead of the crowd. Along the road people were standing in the roadway, curious, wondering. He was passed by a number of cyclists, some horsemen, and two motor cars. Node Driver [&#8230;]</p>
<p>The post <a href="https://ember-wp.ecko.me/using-redis-as-a-caching-layer/">Using Redis as a Caching Layer</a> appeared first on <a href="https://ember-wp.ecko.me">EckoThemes</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>So he got out of the fury of the panic, and, skirting the Edgware Road, reached Edgware about seven, fasting and wearied, but well ahead of the crowd. Along the road people were standing in the roadway, curious, wondering. He was passed by a number of cyclists, some horsemen, and two motor cars.</p>



<h2 class="wp-block-heading">Node Driver</h2>



<p>Once Toto got too near the open trap door, and fell in; and at first the girl thought she had lost him. But soon she saw one of his <a href="https://ember-wp.ecko.me/">ears sticking up</a> through the hole, for the strong pressure of the air was keeping him up.</p>



<pre class="wp-block-code alignwide wp-block-code__dark language-javascript" data-language="language-javascript" data-color-scheme="dark"><code>const redis = require("redis");
const client = redis.createClient();

client.hkeys("hash key", function (err, replies) {
    console.log(replies.length + " replies:");
    replies.forEach(function (reply, i) {
        console.log("    " + i + ": " + reply);
    });
    client.quit();
});</code></pre>



<p>She crept to the hole, caught Toto by the ear, and dragged him into the room again, afterward closing the trap door so that no more accidents could happen.</p>



<h2 class="wp-block-heading">Ruby Driver</h2>



<p>The Dormouse again took a minute or two to think about it, and then said, &#8216;It was a treacle-well.&#8217; &#8216;There&#8217;s no such thing!&#8217; Alice was beginning very angrily, but the Hatter and the March Hare went &#8216;Sh! sh!&#8217; and the Dormouse sulkily remarked, &#8216;If you can&#8217;t be civil, you&#8217;d better finish the story for yourself.&#8217; &#8216;No, please go on!&#8217; Alice said very humbly; &#8216;I won&#8217;t interrupt again. I dare say there may be ONE.&#8217; &#8216;One, indeed!&#8217; said the Dormouse indignantly. However, he consented to go on.</p>



<p>Then he began to look out for a chance of edging to the right across the road. But once in the stream he seemed to lose volition, to become a part of that dusty rout. They swept through Chipping Barnet with the torrent.</p>



<pre class="wp-block-code alignwide wp-block-code__dark language-ruby" data-language="language-ruby" data-color-scheme="dark"><code>redis = Redis.new(:host => "10.0.1.1", :port => 6380, :db => 15)

redis.set("mykey", "hello world")
redis.get("mykey")

redis.pipelined do
    @set = redis.set "foo", "bar"
    @incr = redis.incr "baz"
end</code></pre>



<p>They were nearly a mile beyond the centre of the town before they had fought across to the opposite side of the way. It was din and confusion <a href="https://ember-wp.ecko.me/">indescribable</a>; but in and beyond the town the road forks repeatedly, and this to some extent relieved the stress.</p>



<h2 class="wp-block-heading" id="phpdriver">PHP Driver</h2>



<p>Dismounting, I laid Powell upon the ground, but the most painstaking examination failed to reveal the faintest spark of life. I forced water from my canteen between his dead lips, bathed his face and rubbed his hands, working over him continuously for the better part of an hour in the face of the fact that I knew him to be dead.</p>



<p>I was very fond of Powell; he was thoroughly a man in <a href="https://ember-wp.ecko.me/">every respect</a>; a polished southern gentleman; a staunch and true friend; and it was with a feeling of the deepest grief that I finally gave up my crude endeavors at resuscitation.</p>



<pre class="wp-block-code alignwide wp-block-code__dark language-php" data-language="language-php" data-color-scheme="dark"><code>include("retwis.php");

$r = redisLink();
$userid = $r->hget("users", $username);

if (!$userid)
    goback("Wrong username or password");
    $realpassword = $r->hget("user:$userid","password");
    if ($realpassword != $password)
        goback("Wrong useranme or password");</code></pre>



<p>Fix decided that he must warn the English authorities, and signal the Rangoon before her arrival. This was easy to do, since the steamer stopped at Singapore, whence there is a telegraphic wire to Hong Kong. He finally resolved, moreover, before acting more positively, to question Passepartout.</p>



<h2 class="wp-block-heading" id="cdriver">C++ Driver</h2>



<p>Once Toto got too near the open trap door, and fell in; and at first the little girl thought she had lost him. But soon she saw one of his ears sticking up through the hole, for the strong pressure of the air was keeping him up so that he could not fall.</p>



<pre class="wp-block-code alignwide wp-block-code__dark language-cpp" data-language="language-cpp" data-color-scheme="dark"><code>int main() {
    CRedisClient redisCli;
    if (!redisCli.Initialize("127.0.0.1", 6379, 2, 10)) {
        std::cout &lt;&lt; "connect to redis failed" &lt;&lt; std::endl;
        return -1;
    }

    std::string strKey = "key_1";
    std::string strVal;
    if (redisCli.Get(strKey, &amp;strVal) == RC_SUCCESS) {
        std::cout &lt;&lt; "key_1 has value " &lt;&lt; strVal &lt;&lt; std::endl;
        return 0;
    } else {
        std::cout &lt;&lt; "request failed" &lt;&lt; std::endl;
        return -1;
    }
}</code></pre>



<p>She crept to the hole, caught Toto by the ear, and dragged him into the room again, afterward closing the trap door so that no more accidents could happen.</p>



<h2 class="wp-block-heading" id="otheroptions">Other Options</h2>



<p>Then he began to look out for a chance of edging to the right across the road. But once in the stream he seemed to lose volition, to become a part of that dusty rout. They swept through Chipping Barnet with the torrent; they were nearly a mile beyond the centre of the town before they had fought across to the opposite side of the way.</p>
<p>The post <a href="https://ember-wp.ecko.me/using-redis-as-a-caching-layer/">Using Redis as a Caching Layer</a> appeared first on <a href="https://ember-wp.ecko.me">EckoThemes</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://ember-wp.ecko.me/using-redis-as-a-caching-layer/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>300 Awesome Free Tools &#038; Services for Startup Entrepreneurs</title>
		<link>https://ember-wp.ecko.me/300-awesome-free-tools-services-for-startup-entrepreneurs/</link>
					<comments>https://ember-wp.ecko.me/300-awesome-free-tools-services-for-startup-entrepreneurs/#comments</comments>
		
		<dc:creator><![CDATA[Brandon Hawkins]]></dc:creator>
		<pubDate>Thu, 11 Jan 2024 05:56:55 +0000</pubDate>
				<category><![CDATA[Startups]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Short]]></category>
		<category><![CDATA[Technology]]></category>
		<guid isPermaLink="false">https://ember-wp.ecko.me/?p=30</guid>

					<description><![CDATA[<p>He was full of speculation that night about the condition of Mars, and scoffed at the vulgar idea of its having inhabitants who were signalling us. His idea was that meteorites might be falling in a heavy shower upon the planet, or that a huge volcanic explosion was in progress. He pointed out to me [&#8230;]</p>
<p>The post <a href="https://ember-wp.ecko.me/300-awesome-free-tools-services-for-startup-entrepreneurs/">300 Awesome Free Tools &#038; Services for Startup Entrepreneurs</a> appeared first on <a href="https://ember-wp.ecko.me">EckoThemes</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>He was full of speculation that night about the condition of Mars, and scoffed at the vulgar idea of its having inhabitants who were signalling us. His idea was that <strong>meteorites</strong> might be falling in a heavy shower upon the planet, or that a huge volcanic explosion was in progress.</p>



<p>He pointed out to me how unlikely it was that organic evolution had taken the same direction in the two adjacent planets. &#8220;The chances against anything manlike on Mars are a million to one,&#8221; he said. Hundreds of observers saw the flame that night and the night after about midnight, and again the night after; and so for ten nights, a flame each night.</p>



<p>Why the shots ceased after the tenth no one on earth has attempted to explain. It may be the gases of the firing caused the Martians inconvenience. &nbsp;Dense clouds of <em>smoke</em> or dust, visible through a powerful telescope on earth as little grey, fluctuating patches, spread through the clearness of the planet&#8217;s atmosphere and obscured its more familiar features.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p>&#8220;If I had only known,<br>
I would have been a locksmith.&#8221;</p></blockquote>



<p>One night (the first missile then could scarcely have been 10,000,000 miles away) I went for a walk with my wife. It was starlight and I explained the Signs of the Zodiac to her, and pointed out Mars, a <strong>bright</strong> dot of light creeping zenithward, towards which so many telescopes were pointed.</p>



<p>It was a warm night. &nbsp;Coming home, a party of excursionists from Chertsey or Isleworth passed us singing and playing music. There were lights in the upper windows of the houses as the people went to bed.</p>
<p>The post <a href="https://ember-wp.ecko.me/300-awesome-free-tools-services-for-startup-entrepreneurs/">300 Awesome Free Tools &#038; Services for Startup Entrepreneurs</a> appeared first on <a href="https://ember-wp.ecko.me">EckoThemes</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://ember-wp.ecko.me/300-awesome-free-tools-services-for-startup-entrepreneurs/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 

Served from: ember-wp.ecko.me @ 2026-05-07 20:54:57 by W3 Total Cache
-->