I use MongoDB with perl app from dialplan and also for raw data storage for FS CDRs. MongoDB is something between key/value databases and SQL.  It is schema free and its very useful if you want DB that you can insert different types of data. In one of my cases I use Perl module XMLSimple to parse CDR and write directly obtained Perl hash from XML into MongoDB - 10 lines app ;)<br>
<br><div class="gmail_quote">2010/4/18 Michael Jerris <span dir="ltr">&lt;<a href="mailto:mike@jerris.com">mike@jerris.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
I spent some time looking at credis, but I think something better is probably needed, it may work, but its not architected with a lot of thought to performing as well as it could or working well in general.  Also, it only supports fairly old redis.  A better approach is probably building a stand alone lib in the redis tree itself.  the redis author says he has one or the next major version that will be checked in at some point.<br>

<br>
Mike<br>
<div><div></div><div class="h5"><br>
On Apr 18, 2010, at 12:47 AM, Dome Charoenyost wrote:<br>
<br>
&gt; Dear Sir,<br>
&gt;              Now i&#39;m using tokyo tyrant with my application by<br>
&gt; mod_memcache. i have plan to move to redis but redis not complatible<br>
&gt; with memcache.<br>
&gt; So if someone working on mod_redis please let&#39;s me know.<br>
&gt;<br>
&gt; BG<br>
&gt;<br>
&gt; Dome C.<br>
<br>
<br>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</div></div></blockquote></div><br>