Block or Report
Block or report MeirShpilraien
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
redis Public
Forked from redis/redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, HyperLogLogs, Bitmaps.
C 1
-
sentinel_tunnel Public
Forked from RedisLabs/sentinel_tunnel
A local proxy server for discovering and to Redis via Sentinel
Go
-
kibana Public
Forked from elastic/kibana
📊 Kibana analytics and search dashboard for ElasticsearchJavaScript
-
logstash Public
Forked from elastic/logstash
Logstash - transport and process your logs, events, or other data
Ruby
-
-
RedisDL Public
Forked from RedisAI/RedisAI
A Redis module for serving tensors and executing deep learning graphs
C
1,044 contributions in the last year
Contribution activity
May 2022
Created 32 commits in 6 repositories
Created a pull request in RedisGears/RedisGears that received 34 comments
Added the ability to upgrade dependencies
Fix #443, Added the ability to force upgrade dependencies without a restart.
A new flag was added to RG.PYEXECUTE
called FORCE_REQUIREMENTS_REINSTA…
Opened 17 other pull requests in 4 repositories
RedisGears/RedisGears
11
merged
1
closed
- Merge master to 1.2 3
- Merge master to 1.2 3
- docs fixes
- Fix stream reader unregister to stop processing stream records.
- Fix flaky tests by adding MaxIdle time to register session.
- Fix valgrind failure by cleaning all data when start loading rdb/aof.
- Fix valgrind failure and flaky test
- Fix wrong documentation, MS -> Seconds
- StreamReader fixes
- Fix valgrind report of invalid memory read
- Fix tests failures
- Fix #764, allow disabling costume python allocator using module argument.
redis/redis
2
merged
1
open
RedisLabsModules/redismodule-rs
1
open
RedisJSON/jsonpath_rs
1
open
Reviewed 12 pull requests in 6 repositories
RedisGears/RedisGears
6 pull requests
- Update RS_VERSIONS
- Added the ability to upgrade dependencies
- Fix #764, allow disabling costume python allocator using module argument.
- Fixing sha
- Fix MOD-3054. On enterprise, if not plugin was specified, automatically load the python plugin.
- Fix #761, Fix #760, stream reader fixes to Pause and Unregister