mirror of
https://github.com/abh/geodns.git
synced 2026-04-27 03:45:53 +03:00
[GH-ISSUE #34] can support redis backend? #315
Labels
No labels
bug
bug
enhancement
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/geodns#315
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @millken on GitHub (Apr 10, 2013).
Original GitHub issue: https://github.com/abh/geodns/issues/34
@abh commented on GitHub (Apr 10, 2013):
What did you have in mind that you'd like stored in redis?
@millken commented on GitHub (Apr 11, 2013):
yes, or stored in other db.
@abh commented on GitHub (Apr 11, 2013):
It's not something I have on the short-term roadmap, but it wouldn't be impossible to implement. I don't update the zone data more than every few minutes and my files only have a few tens of thousands of entries, so the current system works fine for me.
What are you trying to do that needs a database backend instead of just rsyncing the json files?
@abh commented on GitHub (Feb 19, 2015):
Closing for now; @millken let me know if you have some ideas and we can re-open the issue.