8000 Tags · ullumullu/ioredis-mock · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: ullumullu/ioredis-mock

Tags

v7.2.0

Toggle v7.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Add MAXLEN support in xadd command (stipsan#1159)

* Add MAXLEN support in xadd command

* Fix linter warning

* Appease prettier

v7.1.0

Toggle v7.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: stipsan#1154 getBuffer matching ioredis (stipsan#1155)

v7.0.1

Toggle v7.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Return table for HGETALL from custom Lua scripts (stipsan#1151)

This commit fixes a bug that causes HGETALL commands in Lua
to fail with ioredis-mock.

Redis returns an array reply for HGETALL. ioredis and ioredis-mock
convert this response to a JS object.

When using custom Lua scripts with ioredis, however, HGETALL returns
and array-like table. With this change, HGETALL will also return an
array-like table from Lua with ioredis-mock.

v7.0.0

Toggle v7.0.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
docs: adjust header levels

v6.13.0

Toggle v6.13.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
feat: add hrandfield command

v6.12.0

Toggle v6.12.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
feat: add spopBuffer

v6.11.0

Toggle v6.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add COMMAND command (stipsan#1138)

v6.10.0

Toggle v6.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add lolwut command (stipsan#1137)

v6.9.0

Toggle v6.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add config command (stipsan#1136)

v6.8.0

Toggle v6.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add getdel command (stipsan#1135)

0