Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/naturalcycles/redis-lib

Redis implementation of CommonDB interface
https://github.com/naturalcycles/redis-lib

commondb db-lib redis

Last synced: about 1 month ago
JSON representation

Redis implementation of CommonDB interface

Awesome Lists containing this project

README

        

## @naturalcycles/redis-lib

> Redis implementation of CommonKeyValueDB interface

[![npm](https://img.shields.io/npm/v/@naturalcycles/redis-lib/latest.svg)](https://www.npmjs.com/package/@naturalcycles/redis-lib)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)

# Features

- ...

# Starting / debugging Redis server on OSX

```shell
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