Tommaso Barbugli
Tommaso Barbugli
do you have an example?
Hi Anislav; thats right, the default serialization_id implementation is too large to fit in Redis sorted set scores; we are going to add documentation on this and invite users to...
sorry for the extremely late reply. this PR seems to have a point but without any additional test the merge seems quite risky to me.
Hi, yes that looks indeed wrong; thank you for sharing this! If you feel like you can make a pull request with the fix; otherwise you can open a ticket...
@tschellenbach main reason this is not possible is that object id goes in the serialization_id mix (so it must be a number)
What about feed[:1]? Il sabato 14 marzo 2015, yookore [email protected] ha scritto: > @tbarbugli https://github.com/tbarbugli , > I've been making greta progress with Stream Framework and its honestly a >...
PinFeed is where pins from followed feeds are stored, UserPinFeed is where pin created by a user are stored. In your case you only need to change the Pin model...
did you consider using the hosted version of stream_framework (getstream.io)? it comes with a django integration library (stream_django) and zero maintenance. From how you describe your project it seems like...
If budget is a constraint you should have a look at this article I wrote a few months ago: http://blog.getstream.io/post/98969448013/how-getstream-ios-entry-plan-compares-to-in-house what backend are you currently using to store feeds? On...
Hi, sure, feel free to reach me here: [email protected] On Sun, Apr 12, 2015 at 5:19 PM, cliff28 [email protected] wrote: > I am currently using Redis. As I said, my...