Skip to content

Releases: BedrockStreaming/RedisMock

Support ZSCAN command

02 May 19:24
fdef627
Compare
Choose a tag to compare

Support predis v2.1.2

12 Mar 18:25
db379bd
Compare
Choose a tag to compare

New methods: zunionstore, count, watch, unwatch, sscan

29 Dec 10:58
04bf5e9
Compare
Choose a tag to compare

Various bug fix (scan, get, hget, hmget, hgetall, incrbyfloat, decrbyfloat)
New methods: zunionstore, count, watch, unwatch, sscan

Support "bitcount", "getbit" and "setbit" Redis commands

14 Jun 17:41
e126231
Compare
Choose a tag to compare

Features

Support "expireat"

24 Jan 09:34
958abce
Compare
Choose a tag to compare
v5.2.0

Added `expireat(key, timestamp)`` method (#97)

Update hdel method to support deleting multiple hash fields

04 Jan 08:31
8884530
Compare
Choose a tag to compare
  • Update hdel method to support deleting multiple hash fields : see #94
  • Update CI : see #99

Fix php8: Unsupported operand types

16 Aug 09:39
86a7b33
Compare
Choose a tag to compare

Use predis implementation for lrem parameters order

08 Jan 08:04
1b7a1bc
Compare
Choose a tag to compare
Merge pull request #90 from alex-scott/patch-1

lrem() function - parameters order fixed

Implement zrevrank

04 Nov 09:04
057ad8e
Compare
Choose a tag to compare
Merge pull request #88 from Braxilior/zrevrank

Implement zrevrank

bugfix on zadd and zset

20 Aug 13:04
5f8821e
Compare
Choose a tag to compare
Merge pull request #87 from magnetik/zset-return

Zset methods returns score as string