- When specifying url options password is just ignored (@scorpp)
- Updating dependencies
- Switching to circleci
Fix npm package
Updating dependencies
Parse url using url module rather than string manipulation
Allow users to provide a url option rather than the host and port in the format: host:port
. Useful
for some environments like convox that inject it automatically.
Allow multiple gets, although display a warning since it shouldn't happen normally
Depend on @deepstream/protobuf as a dev dependency since it includes types needed by typescript
Depend on @deepstream/types that doesn't have protobuf and ts-essentials as a production dependency
Using the new V4 API, allowing versions to be stored seperately from the data for faster withdrawal times.
- Correcting index file in package.json
- Adding error logging to capture a potential issue with write acks
- Using pipeline to speedup reads and writes (at a risk of too much GC that node 10 should fix!)
- Adding optional time-to-live to writes
- Adding back node 4 compatibility
- Bumping ioredis to version 3
- Using travis/appveyor redis instead of self-hosted
- Building against node version 6.9
- When Deepstream quits, gracefully closes the connection to Redis
- CI build no longer depends on external Redis