hi there. redis does seem like a better solution than the cache. i need redis (or the cache) because of performance reasons. i know they are faster for the insert and retrieve that i need in a FIFO order. Found this http://rediscookbook.org/implement_a_fifo_queue.html and it seems it will do the trick
thanks for your time On Tuesday, January 8, 2013 12:45:07 PM UTC, psychok7 wrote: > > Hi guys, just wondering if its possible to sort a django cache? I need to > add data with an auto increment id to the cache and sort it in reverse > order to get it back. I no this can be easily accomplished with the normal > mysql database but since the cache is faster i would like to do it there > > thanks > -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/BhIxefC4e-IJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

