3.0.1 • Published 1 month ago

@naturalcycles/redis-lib v3.0.1

Weekly downloads
5
License
MIT
Repository
github
Last release
1 month ago

@naturalcycles/redis-lib

Redis implementation of CommonKeyValueDB interface

npm code style: prettier

Features

  • ...

Starting / debugging Redis server on OSX

brew install redis
brew services start redis
brew services stop redis

redis-server /usr/local/etc/redis.conf

redis-cli ping
redis-cli flushall

# connect and list all keys
redis-cli
scan 0

Location and size of local DB:

ls -l /usr/local/var/db/redis/dump.rdb