2.18.2 • Published 4 years ago

redmod v2.18.2

Weekly downloads
34
License
ISC
Repository
github
Last release
4 years ago

redmod

Build Status NPM version

A partial implementaion of Redis.

Installation

$ npm install -g redmod

Running

[2019-08-25T23:34:21.611Z]INFO>  Started server...
                _._
           _.-''   ''-._
      _.-''     _____   ''-._           redmod 2.14.0
  .-''        //     \\      ''-._
 (           //       \\          )      PID: 14190
 |'-._       \\       //      _.-'|       IP: 0.0.0.0
 |    '-._    \\_____//   _.-'    |     Port: 6379
  '-._    '-._        _.-'    _.-'
 |'-._'-._    '-.__.-'    _.-'_.-'|
 |    '-._'-._        _.-'_.-'    |     https://npmjs.com/redmod
  '-._    '-._'-.__.-'_.-'    _.-'
 |'-._'-._    '-.__.-'    _.-'_.-'|
 |    '-._'-._        _.-'_.-'    |
  '-._    '-._'-.__.-'_.-'    _.-'
      '-._    '-.__.-'    _.-'
          '-._        _.-'
              '-.__.-'

Options

$ redmon --help
Options:
  --help                 Show help                                     [boolean]
  --version              Show version number                           [boolean]
  --bind-ip, -i          IP address to which the server should bind
                                                   [string] [default: "0.0.0.0"]
  --bind-port, -p        port to which the server should bind
                                                        [number] [default: 6379]
  --brighten-my-day, -B  brighten my day              [boolean] [default: false]
  --commands, -c         list all commands and exit                    [boolean]
  --commands-sorted, -C  list all commands sorted by name and exit     [boolean]

Supported Redis Features & Commands

Connection and Health

  • info (partial)
  • ping
  • quit

Keys

  • del
  • exists
  • expire
  • expireat
  • keys
  • persist
  • pexpire
  • pexpireat
  • pttl
  • rename
  • renamenx
  • ttl
  • type
  • unlink

Strings

  • get
  • getset
  • psetex
  • set
  • setex
  • setnx

Hashes

  • hdel
  • hexists
  • hget
  • hgetall
  • hkeys
  • hlen
  • hset
  • hsetnx

Pub/Sub

  • publish
  • subscribe
  • unsubscribe

Roadmap: Planned Redis Features and Commands

Hashes

  • hmget
  • hmset
  • hstrlen
  • hvals
  • hincrby
  • hincrbyfloat

Lists

  • lpush
  • lpop
  • lpushx
  • rpush
  • rpop
  • rpushx
  • rpoplpush
  • llen
  • lindex
  • lrem
  • lset
  • linsert
  • lrange
  • ltrim
  • blpop
  • brpop
  • brpoplpush

Sets

  • sadd
  • srem
  • spop
  • scard
  • smembers
  • sismember
  • srandmember
  • smove
  • sdiff
  • sdiffstore
  • sinter
  • sinterstore
  • sunion
  • sunionstore

Scanning

  • scan
  • hscan
  • sscan
2.18.2

4 years ago

2.18.1

4 years ago

2.18.0

4 years ago

2.17.0

4 years ago

2.16.0

4 years ago

2.15.0

4 years ago

2.14.3

4 years ago

2.14.2

4 years ago

2.14.1

5 years ago

2.14.0

5 years ago

2.13.0

6 years ago

2.12.0

6 years ago

2.11.0

6 years ago

2.10.0

6 years ago

2.9.0

6 years ago

2.8.0

6 years ago

2.7.1

6 years ago

2.6.1

6 years ago

2.7.0

6 years ago

2.6.0

6 years ago

2.5.0

6 years ago

2.4.0

6 years ago

2.3.1

6 years ago

2.2.2

6 years ago

2.2.1

6 years ago

2.2.0

6 years ago

2.1.1

6 years ago

2.1.0

6 years ago

2.0.0

6 years ago

1.0.0

8 years ago