nileshmali/ioredis-in-memory

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.editorconfig
.gitignore
.npmignore
.travis.yml
.vscode/settings.json
.vscode/tasks.json
LICENSE
README.md
package-lock.json
package.json
src/Expires.ts5
A
0 mins
src/RedisInMemory.ts62
A
0 mins
src/Store.ts53
A
2 hrs
src/__tests__/Expires.spec.ts13
A
3 hrs
src/__tests__/RedisInMemory.spec.ts32
A
0 mins
src/__tests__/Store.spec.ts62
A
0 mins
src/commands/__mocks__/index.ts1
A
0 mins
src/commands/__tests__/append.spec.ts29
B
4 hrs
src/commands/__tests__/brpoplpush.spec.ts28
C
1 day
src/commands/__tests__/brpoplpushBuffer.spec.ts31
B
6 hrs
src/commands/__tests__/dbsize.spec.ts26
B
4 hrs
src/commands/__tests__/decr.spec.ts22
B
6 hrs
src/commands/__tests__/decrby.spec.ts35
B
6 hrs
src/commands/__tests__/del.spec.ts27
B
4 hrs
src/commands/__tests__/discard.spec.ts21
A
0 mins
src/commands/__tests__/echo.spec.ts12
A
0 mins
src/commands/__tests__/exists.spec.ts19
A
3 hrs
src/commands/__tests__/expire.spec.ts29
C
1 day
src/commands/__tests__/expireat.spec.ts31
B
6 hrs
src/commands/__tests__/flushall.spec.ts20
B
6 hrs
src/commands/__tests__/flushdb.spec.ts20
B
6 hrs
src/commands/__tests__/get.spec.ts27
B
4 hrs
src/commands/__tests__/getBuffer.spec.ts19
A
0 mins
src/commands/__tests__/getrange.spec.ts28
B
4 hrs
src/commands/__tests__/getset.spec.ts23
B
4 hrs
src/commands/__tests__/hdel.spec.ts28
B
4 hrs
src/commands/__tests__/hexists.spec.ts21
C
1 day
src/commands/__tests__/hget.spec.ts20
A
3 hrs
src/commands/__tests__/hgetall.spec.ts20
A
3 hrs
src/commands/__tests__/hincrby.spec.ts35
B
6 hrs
src/commands/__tests__/hincrbyfloat.spec.ts35
B
6 hrs
src/commands/__tests__/hkeys.spec.ts20
C
7 hrs
src/commands/__tests__/hlen.spec.ts20
A
3 hrs
src/commands/__tests__/hmget.spec.ts20
A
3 hrs
src/commands/__tests__/hmset.spec.ts25
A
3 hrs
src/commands/__tests__/hset.spec.ts25
A
3 hrs
src/commands/__tests__/hsetnx.spec.ts20
A
50 mins
src/commands/__tests__/hstrlen.spec.ts21
C
1 day
src/commands/__tests__/hvals.spec.ts20
C
7 hrs