3.3.1 • Published 8 months ago

@naturalcycles/redis-lib v3.3.1

Weekly downloads
5
License
MIT
Repository
github
Last release
8 months 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
3.3.1

8 months ago

3.3.0

9 months ago

3.2.0

9 months ago

3.1.1

9 months ago

3.1.0

9 months ago

3.0.1

1 year ago

3.0.0

1 year ago

2.0.0

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago