Highlights
- Arctic Code Vault Contributor
Pinned
679 contributions in the last year
Less
More
Activity overview
Contributed to
redislabs-training/redis-sitesearch,
redislabs-training/ru102py,
andymccurdy/redis-py
and 5 other
repositories
Contribution activity
March 2021
Created 1 repository
- abrookins/redis-doc Ruby
Created a pull request in redis/redis-doc that received 3 comments
Update lru-cache.md
The existing language implies that maxmemory
applies only to the data in Redis, which does not appear to be true.
+1
−1
•
3
comments
Created an issue in RediSearch/RediSearch that received 1 comment
COUNT_DISTINCT seems to ignore additional fields past 1
This query returns one number instead of two:
127.0.0.1:6379> ft.aggregate book * groupby 0 reduce count_distinct 2 @authors @title
1) (integer) 1
…
1
comment