issues
search
BedrockStreaming
/
RedisMock
A simple PHP Redis mock
http://tech.m6web.fr/redismock-qui-a-bouchonne-mon-redis.html
MIT License
81
stars
59
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Project is dead and you should not use it anyway
#113
fredericgboutin-yapla
opened
1 year ago
0
Adds zScan method to Mock
#112
robertmarney
closed
1 year ago
2
Add ZScan Method to Mock
#111
robertmarney
closed
1 year ago
0
Switch to PHP Redis extension
#110
amir-the-h
closed
1 year ago
0
Add support for predis v2
#109
senaranya
closed
1 year ago
1
Add variadic param name
#108
codepluswander
closed
1 year ago
3
sscan implementation based on existing scan method
#107
thirsch
closed
1 year ago
0
Added RedisMock::bitcount, RedisMock::getbit, RedisMock::setbit commands
#106
programming-services
closed
2 years ago
3
fix: run CI on PR
#105
Oliboy50
closed
2 years ago
0
Adds watch() and unwatch() support
#104
syffer
closed
1 year ago
0
Fix xget() methods should return string values
#103
syffer
closed
1 year ago
0
Adds zunionstore() and zcount() methods
#102
syffer
closed
1 year ago
0
scan() method not working with pattern containing slashes
#101
syffer
closed
1 year ago
0
Adds a basic sscan
#100
robertmarney
closed
1 year ago
2
feat: update ci using gh actions
#99
lnahiro
closed
2 years ago
0
[Feature Request] Introduce sscan method
#98
robertmarney
closed
1 year ago
0
Added `expireat(key, timestamp)`` method
#97
sevrugin
closed
2 years ago
2
RedisMock set method expire time value is in seconds
#96
kronostof
opened
3 years ago
0
Fix Unsupported operand types: int + string
#95
robertmarney
closed
3 years ago
2
Update hdel method to support deleting multiple hash fields
#94
asilgalis
closed
2 years ago
5
Fix hdel
#93
ehinds
closed
2 years ago
1
Why the signature of method set diffs from predis
#92
feistiny
closed
4 years ago
0
Update README
#91
Oliboy50
closed
4 years ago
0
lrem() function - parameters order fixed
#90
alex-scott
closed
4 years ago
4
HDEL - wrong arguments
#89
xeops
opened
5 years ago
3
Implement zrevrank
#88
Braxilior
closed
5 years ago
3
Zset methods returns score as string
#87
magnetik
closed
5 years ago
1
Redis zadd scores are not always integer
#86
magnetik
closed
5 years ago
8
Implement zincrby
#85
Braxilior
closed
5 years ago
0
Fix zrank
#84
Braxilior
closed
5 years ago
1
Implement zscore
#83
magnetik
closed
5 years ago
2
Add php 7.3 as testing target for travis
#82
magnetik
closed
5 years ago
0
Fix usage of zadd
#81
magnetik
closed
5 years ago
2
Reflection Signature Fix
#80
RowanLeeder
closed
3 weeks ago
0
Test SINTER and refactor
#79
tomlankhorst
closed
5 years ago
4
Add SDIFF support
#78
tomlankhorst
closed
5 years ago
1
evalsha() and eval() returning true instead of null
#77
jdavidbakr
closed
5 years ago
1
Added scripting commands (#eval, #evalsha)
#76
sevrugin
closed
5 years ago
4
Redis command `eval` is not supported by RedisMock.
#75
sevrugin
closed
5 years ago
6
Predis transactions not supported?
#74
tarjei
opened
6 years ago
3
Wrong signature for zadd
#73
magnetik
closed
5 years ago
3
Add SCAN support for v2.8.0 (php >= 5.3.3)
#72
Pincheng0101
opened
6 years ago
0
Fix scan pattern
#71
Pincheng0101
closed
5 years ago
1
Warning "array_or_countable" in mehtod RedisMock:del() on PHP 7.2
#70
rs2487
opened
6 years ago
0
Add support for incrbyfloat and decrbyfloat
#69
Babacooll
closed
6 years ago
2
Return an integer reply for EXISTS
#68
kjnsn
closed
6 years ago
3
Update SET to take timeout or options array
#67
gm-ghanover
closed
5 years ago
2
fix rpoplpush, if rpop value is null, not reinsert it.
#66
DocRoms
closed
6 years ago
0
Add support of commands `quit`, `scan`, `monitor` and `rpoplpush` for redisMock
#65
DocRoms
closed
6 years ago
0
Add support for SUNION and SINTER commands
#64
aburakovskiy
closed
6 years ago
3
Next