tilezen / tileserver

A lightweight tileserver to share code paths with tilequeue for tile generation.
MIT License
79 stars 27 forks source link

Redis caching problem on last config file #91

Closed jkjeon0329 closed 7 years ago

jkjeon0329 commented 7 years ago

redis_problem

Anyone can help me? Thanks

# to cache tiles locally, enable a cache. This can be useful when
# experiencing timeouts for low or mid zoom ranges.

cache:
   type: redis
   redis:
     url: redis://localhost:6379
#    file:
#      prefix: /home/map/mapzen/tilequeue/tiles #directory_prefix
iandees commented 7 years ago

@jkjeon0329 are you running tileserver locally?

jkjeon0329 commented 7 years ago

Yes i'm running tileserver + tilequeue + vector-datasource locally

nvkelso commented 7 years ago

@jkjeon0329 if you use the previous release do you have problems?

On Fri, May 12, 2017 at 5:49 AM, jkjeon0329 notifications@github.com wrote:

Yes i'm running tileserver + tilequeue + vector-datasource locally

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/tilezen/tileserver/issues/91#issuecomment-301067587, or mute the thread https://github.com/notifications/unsubscribe-auth/AA0EO3XWxl58mc0_73slIgoizGy4_PKbks5r5FVUgaJpZM4NZIK2 .

iandees commented 7 years ago

@jkjeon0329 as @nvkelso says, you'll probably get going quickly if you try to use the most recent tag of tileserver (v2.0.0).

I'm looking into the tileserver caching issue now.

rmarianski commented 7 years ago

Can you try master again? Should be fixed by https://github.com/tilezen/tileserver/pull/92