Giter Club home page Giter Club logo

redisapp's Introduction

RedisApp

Project Description

  • A task manager web application based on Redis and Node.js.
  • Adding and deleting tasks are supported.

Configuration

  • Download Redis from its official website.
  • Use make install to install Redis directly into your system.
  • Run redis-server to start Redis.
  • Run redis-cli in another terminal to use redis client.
  • Run npm install to install dependencies included in the package.json file.

Development Diary

  • Dependencies are provided in file package.json.
  • Callback function: Function is Object, every function is actually an instance of Function class. A function can be used as an argument or return value of another function. Function name is acutally a pointer pointing to the function.

Trouble Shooting

nodemon Intallation Trouble

  • To avoid restarting the server every time we modify the app.js(backend) file, I executed sudo npm install nodemon -g to install nodemon globally but got EACCES error. I solved the problem as follows(still got error but nodemon could be used after those changes):
  • npm config set prefix /usr/local
  • sudo npm install nodemon -g --registry=https://registry.npm.taobao.org
  • Execute nodemon in terminal of the project directory to start.

Redis Data Modification Refusal

  • I located rdb file: sudo locate *rdb but got the warning The locate database (/var/db/locate.database) does not exist.
  • Set up database: sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.locate.plist and the problem was solved.

Can not Shutdown Redis

  • Execute shutdown nosave in redis-cli.

redisapp's People

Contributors

ericgao888 avatar

Watchers

James Cloos avatar  avatar

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.