Viewing profile — emre-yilmaz
emre-yilmaz
HN member- Joined
- Tue, Aug 16, 2011, 12:04 AM UTC
- HN karma
- 54
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About emre-yilmaz
No profile information was provided.
Recent public activity
- story
- story
- story
- story
-
comment
Comment #5951776
> Redis is not just a cache. Let me repeat that. Redis is not just a cache. Lots of people use Redis as a primary data store. If >Redis is your primary data store, you can't afford…
-
comment
Comment #5951741
okay, tell me a python library comes with consistent hashing? (for the record = HASH(key) MOD N is not 'consistent hashing'.) redis-router is just a library that wraps redis-py wit…
-
comment
Comment #5951440
thanks! https://github.com/emre/redis-router/commit/0d9307436e4c3b69...
-
comment
Comment #5951300
It doesn't support like this. It seems easy to implement it like that though. I will do it when I have free time.
-
comment
Comment #5951287
another good alternative: https://github.com/disqus/nydus
-
comment
Comment #5951284
Yes, these methods are dangerous to use. I need a locking mechanism to do it safely but this will wait until I need it most likely.
-
comment
Comment #5951267
What was the problem for installation? I use redis-router in production as a library . some of my non-pythoneer friends asked to use it in PHP, so I made a little wrapper with geve…
- story
-
comment
Comment #5780002
Additionaly, storm's parser includes a bunch of fixes for multiple hostnames, multiple localforward/remoteforward directions and comment line handling.
- story
-
comment
Comment #5744237
happy to hear that :) loading and dumping ssh configs would be tricky. let me know if you need further assistance.
-
comment
Comment #5743764
There are a lot of tools like that for years. like; - managing /etc/hosts - managing crontab It's just a preference to do it with a command line tool, or just doing it in the confi…
-
comment
Comment #5743706
Nothing. Maybe just getting a list of host entries in a clean way.
-
comment
Comment #5743697
you can override some of the ssh options if you use it with sshconfig. example ssh config: Host vps hostname 1.1.1.1 port 22 identityfile /home/emre/.ssh/vps.pub If you want to ove…
-
comment
Comment #5733103
well, fake ones doesn't include that either.
- story
- story
- story
- story
-
comment
Comment #2889222
celery is awesome and well-documented. but the problem is, it wraps everthing. conqueue is a weekend project and is not production ready, yet. it will be simple and stupid, nothing…