All Projects → jpadilla → Redisapp

jpadilla / Redisapp

Licence: mit
The easiest way to get started with Redis on the Mac

Projects that are alternatives of or similar to Redisapp

Yiigo
🔥 Go 轻量级开发通用库 🚀🚀🚀
Stars: ✭ 304 (-3.8%)
Mutual labels:  redis
Cache
Cache library
Stars: ✭ 310 (-1.9%)
Mutual labels:  redis
Hope Boot
🌱 Hope-Boot 一款现代化的脚手架项目
Stars: ✭ 3,241 (+925.63%)
Mutual labels:  redis
Whalebrew
Homebrew, but with Docker images
Stars: ✭ 3,352 (+960.76%)
Mutual labels:  homebrew
Redis Articles
Redis相关文章每日精选~
Stars: ✭ 307 (-2.85%)
Mutual labels:  redis
Gardens
💎 backend manager platform ➕ 开源交流群:202196300
Stars: ✭ 312 (-1.27%)
Mutual labels:  redis
Redis Cpp17
redis-cpp17 is a cross platfrom compatible redis protocol with multithreaded c++17 client,server,proxy
Stars: ✭ 300 (-5.06%)
Mutual labels:  redis
Seckill Demo
一个简单的SSM框架的商品秒杀系统🦄
Stars: ✭ 315 (-0.32%)
Mutual labels:  redis
Manong Ssm
基于SSM框架的Java电商项目
Stars: ✭ 306 (-3.16%)
Mutual labels:  redis
Ulaunch
🚀 Custom, open-source qlaunch (Nintendo Switch HOME menu) replacement/reimplementation
Stars: ✭ 313 (-0.95%)
Mutual labels:  homebrew
Awesome Programming Books
📚 经典技术书籍推荐,持续更新...
Stars: ✭ 3,472 (+998.73%)
Mutual labels:  redis
Edgerealtimevideoanalytics
An example of using Redis Streams, RedisGears, RedisAI and RedisTimeSeries for Realtime Video Analytics (i.e. counting people)
Stars: ✭ 305 (-3.48%)
Mutual labels:  redis
Devmymac
✨ ✨ A Simple Tool To Setup A Mac for Development✨✨
Stars: ✭ 312 (-1.27%)
Mutual labels:  homebrew
Mac Dev Playbook
Mac setup and configuration via Ansible.
Stars: ✭ 4,202 (+1229.75%)
Mutual labels:  homebrew
Xboot
基于Spring Boot 2.x的一站式前后端分离快速开发平台XBoot 微信小程序+Uniapp 前端:Vue+iView Admin 后端:Spring Boot 2.x/Spring Security/JWT/JPA+Mybatis-Plus/Redis/Elasticsearch/Activiti 分布式限流/同步锁/验证码/SnowFlake雪花算法ID 动态权限 数据权限 工作流 代码生成 定时任务 社交账号 短信登录 单点登录 OAuth2开放平台 客服机器人 数据大屏 暗黑模式
Stars: ✭ 3,432 (+986.08%)
Mutual labels:  redis
Mockserver
MockServer enables easy mocking of any system you integrate with via HTTP or HTTPS with clients written in Java, JavaScript and Ruby. MockServer also includes a proxy that introspects all proxied traffic including encrypted SSL traffic and supports Port Forwarding, Web Proxying (i.e. HTTP proxy), HTTPS Tunneling Proxying (using HTTP CONNECT) and…
Stars: ✭ 3,479 (+1000.95%)
Mutual labels:  homebrew
Docs
Java知识总结:MySQL实战45讲,多线程和JVM知识总结,,SpringBoot,SpringCloud,Storm系列,微信小程序开发,ELK,《JAVA核心技术36讲笔记》,《深入理解JVM虚拟机笔记》,《高性能MySQL笔记》,《数据结构与算法》等等
Stars: ✭ 308 (-2.53%)
Mutual labels:  redis
Gokv
Simple key-value store abstraction and implementations for Go (Redis, Consul, etcd, bbolt, BadgerDB, LevelDB, Memcached, DynamoDB, S3, PostgreSQL, MongoDB, CockroachDB and many more)
Stars: ✭ 314 (-0.63%)
Mutual labels:  redis
8bitworkshop
web-based IDE for 8-bit programming and Verilog development
Stars: ✭ 309 (-2.22%)
Mutual labels:  homebrew
Homebrew Php
🍺 Homebrew tap for PHP 5.6 to 8.1. PHP 8.1 is a nightly build.
Stars: ✭ 304 (-3.8%)
Mutual labels:  homebrew

Redis.app

The easiest way to get started with Redis on the Mac

Just download, drag to the applications folder, and double-click.

Screenshot

Download

--

Version numbers

Version numbers of this project (Redis.app) try to communicate the version of the included Redis binaries bundled with each release.

The version number also includes a build number which is used to indicate the current version of Redis.app and it's independent from the bundled Redis's version.

Adding Redis binaries to your path

If you need to add the Redis binaries to your path you can do so by adding the following to your ~/.bash_profile.

# Add Redis.app binaries to path
PATH="/Applications/Redis.app/Contents/Resources/Vendor/redis/bin:$PATH"

Or using the path_helper alternative:

sudo mkdir -p /etc/paths.d &&
echo /Applications/Redis.app/Contents/Resources/Vendor/redis/bin | sudo tee /etc/paths.d/redisapp

Installing with Homebrew Cask

You can also install Redis.app with Homebrew Cask.

$ brew cask install redis-app

Credits

Forked and adapted from Mongodb.app. Site design by Giovanni Collazo.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].