Code Monkey home page Code Monkey logo

parse-server-ioredis-adapter's Introduction

Parse ioredis Adapter

Build Status Snyk Badge Coverage auto-release

npm latest version


A Redis adapter for Parse Server.


Logging

You can enable verbose logging with environment variable:

VERBOSE=1

This will produce a more verbose output.

Using the adapter on Parse Server

Install ioredis Adapter

npm install --save parse-server-ioredis-adapter@VERSION

Replace VERSION with the version you want to install.

Configure Parse Server

const RedisAdapter = require('parse-server-ioredis-adapter').default;
const redisConfig = {
  port: 6379,
  host: 'localhost',
  password: 'top-secret'
}

const options = {
  appId: "****",
  masterKey: "****",
  liveQuery: {
    classNames: ['****'],
    pubSubAdapter: new RedisAdapter(redisConfig)
  }
  /* ... */ 
}

const server = new ParseServer(options);

/* continue with the initialization of parse-server */

parse-server-ioredis-adapter's People

Contributors

mammut-felix avatar renovate-bot avatar renovate[bot] avatar

parse-server-ioredis-adapter's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Warning

These dependencies are deprecated:

Datasource Name Replacement PR?
npm babel-preset-es2015 Unavailable
npm codecov Unavailable
npm npmlog Unavailable

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • Update dependency @semantic-release/github to v8.0.9
  • Update dependency @semantic-release/github to v8.1.0
  • Update dependency ioredis to v5.4.1
  • Update actions/cache action to v4
  • Update actions/checkout action to v4
  • Update actions/setup-node action to v4
  • Update dependency @semantic-release/github to v9
  • Update dependency @semantic-release/release-notes-generator to v14
  • Update dependency jasmine to v5
  • Update dependency node to v20
  • Update dependency nyc to v17
  • Update dependency semantic-release to v22
  • Update dependency semantic-release to v23
  • Update dependency semantic-release to v24
  • Update dependency ubuntu to v20
  • Update dependency ubuntu to v22
  • Update semantic-release monorepo to v11 (major) (@semantic-release/commit-analyzer, @semantic-release/npm, @semantic-release/release-notes-generator)
  • Update semantic-release monorepo to v12 (major) (@semantic-release/commit-analyzer, @semantic-release/npm, @semantic-release/release-notes-generator)
  • Update semantic-release monorepo to v13 (major) (@semantic-release/commit-analyzer, @semantic-release/release-notes-generator)
  • πŸ” Create all rate-limited PRs at once πŸ”

Edited/Blocked

These updates have been manually edited so Renovate will no longer make changes. To discard all commits and start over, click on a checkbox.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/workflows/ci.yml
  • actions/checkout v3
  • actions/setup-node v3
  • actions/cache v3
  • ubuntu 18.04
.github/workflows/release-automated.yml
  • actions/checkout v3
  • actions/setup-node v3
  • actions/cache v3
npm
package.json
  • ioredis 5.3.1
  • npmlog 6.0.2
  • @semantic-release/changelog 6.0.3
  • @semantic-release/commit-analyzer 9.0.2
  • @semantic-release/git 10.0.1
  • @semantic-release/github 8.0.7
  • @semantic-release/npm 9.0.2
  • @semantic-release/release-notes-generator 10.0.3
  • babel-cli 6.26.0
  • babel-core 6.26.3
  • babel-preset-es2015 6.24.1
  • babel-preset-stage-0 6.24.1
  • codecov 3.8.3
  • jasmine 4.6.0
  • jasmine-spec-reporter 7.0.0
  • nyc 15.1.0
  • semantic-release 19.0.5
  • node >=12
nvm
.nvmrc
  • node 8.17.0

  • Check this box to trigger a request for Renovate to run again on this repository

The automated release is failing 🚨

🚨 The automated release from the master branch failed. 🚨

I recommend you give this issue a high priority, so other packages depending on you can benefit from your bug fixes and new features again.

You can find below the list of errors reported by semantic-release. Each one of them has to be resolved in order to automatically publish your package. I’m sure you can fix this πŸ’ͺ.

Errors are usually caused by a misconfiguration or an authentication problem. With each error reported below you will find explanation and guidance to help you to resolve it.

Once all the errors are resolved, semantic-release will release your package the next time you push a commit to the master branch. You can also manually restart the failed CI job that runs semantic-release.

If you are not sure how to resolve this, here are some links that can help you:

If those don’t help, or if this issue is reporting something you think isn’t right, you can always ask the humans behind semantic-release.


Invalid npm token.

The npm token configured in the NPM_TOKEN environment variable must be a valid token allowing to publish to the registry https://registry.npmjs.org/.

If you are using Two Factor Authentication for your account, set its level to "Authorization only" in your account settings. semantic-release cannot publish with the default "
Authorization and writes" level.

Please make sure to set the NPM_TOKEN environment variable in your CI with the exact value of the npm token.


Good luck with your project ✨

Your semantic-release bot πŸ“¦πŸš€

The automated release is failing 🚨

🚨 The automated release from the master branch failed. 🚨

I recommend you give this issue a high priority, so other packages depending on you can benefit from your bug fixes and new features again.

You can find below the list of errors reported by semantic-release. Each one of them has to be resolved in order to automatically publish your package. I’m sure you can fix this πŸ’ͺ.

Errors are usually caused by a misconfiguration or an authentication problem. With each error reported below you will find explanation and guidance to help you to resolve it.

Once all the errors are resolved, semantic-release will release your package the next time you push a commit to the master branch. You can also manually restart the failed CI job that runs semantic-release.

If you are not sure how to resolve this, here are some links that can help you:

If those don’t help, or if this issue is reporting something you think isn’t right, you can always ask the humans behind semantic-release.


No npm token specified.

An npm token must be created and set in the NPM_TOKEN environment variable on your CI environment.

Please make sure to create an npm token and to set it in the NPM_TOKEN environment variable on your CI environment. The token must allow to publish to the registry https://registry.npmjs.org/.


Good luck with your project ✨

Your semantic-release bot πŸ“¦πŸš€

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.