-
Notifications
You must be signed in to change notification settings - Fork 40
Redis URL support #382
Comments
Hey there! It is possible to pass options down to Redis, please let me know
|
Hmm, how can I go about it? I went around it by creating my own redis client and passing that |
Are you looking at these docs?
|
Yes, I see a place to pass host and port, but no place to pass a URL. Also looking at the code itself, I noticed you were only passing parameters to the redis client using the host/port method and don't allow for passing an object (which will allow you to pass a url parameter instead) https://github.com/stormpath/stormpath-sdk-node/blob/master/lib/cache/RedisStore.js#L22 Arity for createClient() |
createClient(); can take a url parameter. Would be nice to support it! If I submit a patch to get this working, would you take it?
The text was updated successfully, but these errors were encountered: