Hacker News
- Fixing a real world bug in Redis vector sets with LLMs [video] https://www.youtube.com/watch?v=rCIZflYEpEk 4 comments
- Vagrant with Docker: How to set up Postgres, Elasticsearch and Redis on Mac OS X http://maori.geek.nz/post/vagrant_with_docker_how_to_set_up_postgres_elasticsearch_and_redis_on_mac_os_x 22 comments
- Adding Interval Sets to Redis http://blog.togo.io/how-to/adding-interval-sets-to-redis/ 3 comments
- Hacking Redis: Adding Interval Sets http://www.starkiller.net/2013/05/03/hacking-redis-adding-interval-sets/ 8 comments
- How to set up a Redis cluster (preview, not production-ready) http://antirez.com/post/2-4-and-other-news.html 15 comments
- More Redis internals: Tracing a GET & SET http://pauladamsmith.com/blog/2011/03/redis_get_set.html 3 comments
Lobsters
- For white hat hackers setting passwords to open Redis instances https://gist.github.com/antirez/12d60c950fbfd8c8837e 13 comments databases , security
- go-redis cannot set more than 9999 keys https://www.reddit.com/r/golang/comments/ix44m6/goredis_cannot_set_more_than_9999_keys/ 8 comments golang
- [D] Is Anyone Else Setting Up Real-Time Django Workers for their AI Application? What's the best way to do it scalably? 🙄 Celery + Channels + Redis + Docker https://medium.com/p/5828a1ea43a3 25 comments machinelearning
- Redis Sets and Go - Counting unique IP Addresses on page visits - TheDeveloperCafe https://thedevelopercafe.com/articles/redis-sets-and-go-counting-unique-ip-addresses-on-page-visits-fce0b1d74ecb 2 comments golang
- How to set up Rails, Redis, and Postgres with docker-compose in 2023 [step-by-step] https://medium.com/p/64ebb6d25de1 11 comments ruby
- Tutorial on how to set up Celery workers with Flask and Redis https://signoz.io/blog/celery-worker/ 5 comments python
- Storing a hash in Redis SET https://redis.io/docs/manual/data-types/data-types-tutorial/#sets 10 comments rails
- Setting redis values with an array? https://github.com/go-redis/redis 6 comments golang
- AWS App Mesh, Cloud Map, ECS/Fargate Outbound access to AWS Elasticache Redis cluster with Egress DENY_ALL set https://amazonaws.com 4 comments aws
- A Django boilerplate to run your project on Docker Compose (Redis, Rabbitmq, base/dev/prod settings ..etc) https://github.com/eon01/django-boilerplate 9 comments django
- Sometimes it's good to revise your Redis max connections setting https://medium.com/appaloosa-store-engineering/you-should-revise-your-redis-max-connections-setting-8136f063c916#.2bk1z9bcj 4 comments programming
- For white hat hackers setting passwords to open Redis instances https://gist.github.com/antirez/12d60c950fbfd8c8837e 4 comments programming
- Default settings for Redis, MongoDB, Memcache & ElasticSearch tend have no configuration for authentication, encryption, authorization or any other type of security controls. A study found that this exposed 1.1 Petabytes (1,175 Terabytes) of data online. http://blog.binaryedge.io/2015/08/10/data-technologies-and-security-part-1/ 42 comments programming