type below:
brew update
brew install redis
To have launchd start redis now and restart at login:
brew services start redis
enum Sprites { | |
HERO_MOVE, | |
HERO_STAND_UP, | |
HERO_STAND_DOWN, | |
} | |
class Bitmap {} | |
class Hero { |
type below:
brew update
brew install redis
To have launchd start redis now and restart at login:
brew services start redis