Highlights
- Pro
- 2 discussions answered
Block or Report
Block or report yossigo
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
redis/redis Public
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, Streams, HyperLogLogs,…
-
-
redis/redis-doc Public
Redis documentation source code for markdown and metadata files, conversion scripts, and so forth
-
RedisLabs/memtier_benchmark Public
NoSQL Redis and Memcache traffic generation and benchmarking tool.
-
RedisLabs/redisraft Public
A Redis Module that make it possible to create a consistent Raft cluster from multiple Redis instances.
-
858 contributions in the last year
Less
More
Contribution activity
February 2022
Created 3 commits in 3 repositories
Opened 1 pull request in 1 repository
RedisLabs/memtier_benchmark
1
merged
Reviewed 23 pull requests in 4 repositories
redis/redis
12 pull requests
- Reduce system calls of write for client->reply by introducing writev
- Safe multi-part AOF backup script
- Handle key-spec flags with modules
- add test suite infra to test RESP3 attributes
- Make INFO command variadic
- fix file permissions for scripts in utils folder
- acl check api for functions and eval
- X[AUTO]CLAIM should skip deleted entries
- Command info module API
- Sentinel: return an error if configuration save fails
- Bump vmactions/freebsd-vm from 0.1.5 to 0.1.6
- Fix src/modules build issue on OS X 11
RedisLabs/redisraft
9 pull requests
- Fix info command handling
- Fix pointer arithmetic on void pointers
- Fix unsigned variable less than zero check
- add internode auth to redisraft
- Fix redis test suite
- Use Redis event loop API
- Run Jepsen tests with Redis unstable
- Extend raft.shardgroup replace to change hash slot owneship
- Add fsync stats to raft.info