mirror of
https://github.com/not-kennethreitz/convore.json.git
synced 2026-06-21 15:40:58 +00:00
1 line
1.9 KiB
JSON
1 line
1.9 KiB
JSON
[{"user_id": 26920, "stars": [], "topic_id": 40957, "date_created": 1309536117.560678, "message": "I know there was a code snippet awhile back, but it's expired. And I know there was a mention of urls.py. Just trying to figure out the best and \"more\" right way to do it.", "group_id": 81, "id": 1542505}, {"user_id": 2588, "stars": [], "topic_id": 40957, "date_created": 1309538127.234833, "message": "What are you planning on using Redis for?", "group_id": 81, "id": 1542888}, {"user_id": 3978, "stars": [{"date_created": 1309760972.5329411, "user_id": 11592}], "topic_id": 40957, "date_created": 1309551401.4511769, "message": "this might be what you are talking about. https://gist.github.com/609238", "group_id": 81, "id": 1544776}, {"user_id": 26920, "stars": [], "topic_id": 40957, "date_created": 1309657407.584511, "message": "@seanbrant yes, that's part of it. Thanks! But where we would you then use that file?", "group_id": 81, "id": 1550497}, {"user_id": 26920, "stars": [], "topic_id": 40957, "date_created": 1309657651.0501659, "message": "@unbracketed -- sorry... to be more specific. Using redis to collect analytics (like number of search views or models saved or a certain view accessed). Then also with some database issues. I need to manage multiple auto-incremented keys (with multiple ranges) per table (something MySQL doesn't support) and so using redis to manage those increment values.", "group_id": 81, "id": 1550508}, {"user_id": 1736, "stars": [], "topic_id": 40957, "date_created": 1309724395.5090261, "message": "I think I mentioned this last time, but storing the redis client in a thread local is unnecessary since it is itself a thead local (if you are using eventlet it would still be needed though).", "group_id": 81, "id": 1553893}, {"user_id": 34390, "stars": [], "topic_id": 40957, "date_created": 1309847531.94344, "message": "W", "group_id": 81, "id": 1565381}] |