<?xml version="1.0" encoding="UTF-8"?>
<document>
  <body>      &lt;p&gt;&lt;strong&gt;Rediska (radish on russian) - PHP client for &lt;a href=&quot;http://code.google.com/p/redis/&quot;&gt;Redis&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;
      
      &lt;p&gt;Redis is an advanced fast key-value database written in C. It can be used like memcached, in front of a traditional database, or on its own thanks to
      the fact that the in-memory datasets are not volatile but instead persisted on disk. One of the cool features is that you can store not only strings,
      but lists and sets with atomic operations to push/pop elements.&lt;/p&gt;
      
      &lt;h2&gt;Features&lt;/h2&gt;
      &lt;div id=&quot;right&quot;&gt;
        &lt;a id=&quot;getstarted&quot; href=&quot;/documentation/get-started&quot;&gt;
          &lt;span class=&quot;title&quot;&gt;Get started!&lt;/span&gt;
            &lt;% if @last_release %&gt;
                &lt;span class=&quot;version&quot;&gt;Rediska &lt;%= @last_release.version %&gt;&lt;/span&gt;
                  &lt;% end %&gt;
                    &lt;/a&gt;
                      &lt;h2&gt;Authors&lt;/h2&gt;
                        &lt;ul id=&quot;authors&quot;&gt;
                            &lt;li&gt;&lt;%= mail_to 'ivan@shumkov.ru', 'Ivan Shumkov', :encode =&gt; :javascript %&gt;&lt;/li&gt;
                                &lt;li&gt;&lt;%= mail_to 'maximiv@gmail.com', 'Maxim Ivanov', :encode =&gt; :javascript %&gt;&lt;/li&gt;
                                  &lt;/ul&gt;
                                  &lt;/div&gt;
                                  
&lt;ul class=&quot;features&quot;&gt;
&lt;li&gt;Multiple servers support&lt;/li&gt;
&lt;li&gt;Consistent hashing, crc32 or you personal algorythm for key distribution&lt;/li&gt;
&lt;li&gt;Working with keys as objects&lt;/li&gt;
&lt;li&gt;Use Lists, Sets and Sorted sets as native PHP arrays&lt;/li&gt;
&lt;li&gt;Pipelining&lt;/li&gt;
&lt;li&gt;Easy extending Rediska by adding you own commands or overwrite standart&lt;/li&gt;
&lt;li&gt;Full &lt;a href=&quot;http://framework.zend.com/&quot;&gt;Zend Framework&lt;/a&gt; integration:
                                                &lt;ul class=&quot;features&quot;&gt;
                                                      &lt;li&gt;Zend_Application resource for bootstraping and configure Redis in application.ini&lt;/li&gt;
                                                                      &lt;li&gt;Zend_Auth Redis adapter&lt;/li&gt;
                                                                                      &lt;li&gt;Zend_Cache Redis backend&lt;/li&gt;
                                                                                                      &lt;li&gt;Zend_Log Redis writer&lt;/li&gt;
                                                                                                                      &lt;li&gt;Zend_Queue Redis adapter&lt;/li&gt;
                                                                                                                                      &lt;li&gt;Zend_Session Redis save handler&lt;/li&gt;
                                                                                                                                                    &lt;/ul&gt;
                                                                                                                                                		&lt;/li&gt;
                                                                                                                                                			  &lt;/ul&gt;
                                                                                                                                                			            &lt;h2&gt;Coming soon&lt;/h2&gt;
                                                                                                                                                			        	        &lt;ul class=&quot;features&quot;&gt;
&lt;li&gt;&lt;a href=&quot;http://www.symfony-project.org/&quot;&gt;Symfony&lt;/a&gt; framework integration&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.audioscrobbler.net/development/ketama/&quot;&gt;Ketama&lt;/a&gt; (fast C library for key distribution) support&lt;/li&gt;
&lt;li&gt;Tags for group expiring keys&lt;/li&gt;
&lt;li&gt;Benchmarks and performance optimization&lt;/li&gt;
&lt;li&gt;Example application&lt;/li&gt;                                        &lt;/ul&gt;
&lt;h2&gt;Contributions&lt;/h2&gt;
&lt;p&gt;Rediska is an open source project: you can participate in development or become an author of integration module for your favorite framework.&lt;/p&gt;
</body>
  <cached-slug>home--2</cached-slug>
  <comments-count type="integer">0</comments-count>
  <created-at type="datetime">2010-01-21T16:38:39Z</created-at>
  <id type="integer">1</id>
  <lft type="integer">1</lft>
  <parent-id type="integer" nil="true"></parent-id>
  <rgt type="integer">2</rgt>
  <title>home</title>
  <updated-at type="datetime">2010-01-26T10:11:20Z</updated-at>
  <user-id type="integer">1</user-id>
</document>
