GitHub topics: redis-server
HarithaMihimal/Redis-Instructions
This repository explores Redis, an open-source, in-memory data structure store used as a database, cache, and message broker. Redis offers high performance and supports versatile data structures like strings, hashes, lists, sets, and sorted sets.
Size: 5.86 KB - Last synced at: 2 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

likhithkp/hubspot-fastapi-integration
This project demonstrates the integration of Redis, HubSpot, and FastAPI to build a scalable backend solution. Redis is used to manage OAuth credentials and session data, while HubSpot API is leveraged to manage CRM data. FastAPI serves as the web framework, providing fast and efficient API endpoints for interacting with Redis and HubSpot.
Language: Python - Size: 13.7 KB - Last synced at: 3 days ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

allenta/zabbix-template-for-redis
Zabbix template + script useful to monitor Redis Server & Redis Sentinel instances
Language: Jinja - Size: 216 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 41 - Forks: 22

ovaixe/gredis
Gredis is a custom Redis database implementation in Go, designed to mimic the core functionality of Redis for in-memory data storage, caching, and fast data retrieval. This project explores Redis-like commands and data structures, making it ideal for learning and experimenting with database fundamentals in Go.
Language: Go - Size: 3.52 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

CodewithRajDeep/Online-CardGame
This is a single-player online card game built with React (frontend) and Golang with Redis (backend). The game includes a leaderboard, and each player's score is updated based on gameplay.
Language: JavaScript - Size: 347 KB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

esterified/celery-redis-tasks
It is a basic implementation of task queues with Celery & Redis
Language: Python - Size: 6.84 KB - Last synced at: 3 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

SAKURA-CAT/my-redis
Build my own Redis with Rust!
Language: Rust - Size: 41 KB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

xuning888/godis-tiny
A redis server in golang
Language: Go - Size: 1.28 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 8 - Forks: 0

oshboul/lets_shard
An easy way to shard anything!
Language: Ruby - Size: 8.79 KB - Last synced at: about 2 months ago - Pushed at: about 5 years ago - Stars: 6 - Forks: 0

IamLizu/covid-api 📦
Just another simple Covid-19 information API for Bangladesh.
Language: JavaScript - Size: 21.5 KB - Last synced at: 2 months ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

kakkarot9712/simple_redis_go
This project is a simplified Redis clone implemented in Go, created as part of the CodeCrafters "Build Your Own Redis" challenge.
Language: Go - Size: 86.9 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

ori0o0p/simple-redis-server
with netty framework!!
Language: Java - Size: 43.9 KB - Last synced at: 2 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

CodeMaster17/SwiftDB-My-own-Redis
SwiftDB is a in-memory key-value store that is inspired by Redis. It is written in Go and is designed to be a learning project for me to understand how Redis works under the hood. It uses the same commands and PORT as Redis, so you can use the same Redis clients to interact with SwiftDB.
Language: Go - Size: 16.6 KB - Last synced at: about 2 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

Adesoji1/OpenaiRealtime-API
This describes a conversational bot between An Ai Agent and a Human in Realtime
Language: Python - Size: 428 KB - Last synced at: 5 days ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

imqueue/core
Simple JSON-based messaging queue for inter service communication
Language: TypeScript - Size: 744 KB - Last synced at: 28 days ago - Pushed at: about 2 months ago - Stars: 29 - Forks: 1

daichangya/MiniRedis
Java 实现redis服务器
Language: Java - Size: 494 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 1

redis-go/redis
Redis server written in Go / Golang (prototype)
Language: Go - Size: 235 KB - Last synced at: 6 months ago - Pushed at: about 1 year ago - Stars: 77 - Forks: 16

passmarked/phishtank
Small utility that loads any downloaded JSON databases from www.phishtank.com into Redis cache for quick local queries
Language: JavaScript - Size: 11.7 KB - Last synced at: 28 days ago - Pushed at: almost 9 years ago - Stars: 5 - Forks: 2

riishabhraj/destroyer2
Multiplayer Battleship Game
Language: JavaScript - Size: 350 KB - Last synced at: 20 days ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

fangpin/redis-rs
Redis server implementation in Rust
Language: Rust - Size: 75.2 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

aenesgur/.NetCoreWebApi-CrudApp-OnAzureCloud
Crud App in .Net Core 3.1 Web API with Redis and SQL Server which are running on Azure Cloud Platform. After development, application dockerized and published on Azure Cloud Platform with domain "http://crudapp-azure.westeurope.azurecontainer.io/api/book/getall/"
Language: C# - Size: 9.77 KB - Last synced at: 10 days ago - Pushed at: over 4 years ago - Stars: 7 - Forks: 7

MayankTamakuwala/TranscriBelt
Developed TranscriBelt, a web application for AI-powered video transcription and subtitle generation, with CRUD operations on transcripts.
Language: TypeScript - Size: 473 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 2 - Forks: 1

ahyalfan/redis-queue-server-go
This project implements a Redis Queue Server, designed to efficiently manage and process background tasks using Redis. Built with a focus on scalability and performance, this server is ideal for applications requiring asynchronous task processing, such as job queuing, background data processing, and load distribution.
Language: Go - Size: 8.79 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

44437/rediscache
This package makes it easy to abstract your Redis connection and utilize Get and Set methods.
Language: Go - Size: 8.79 KB - Last synced at: about 2 months ago - Pushed at: about 3 years ago - Stars: 8 - Forks: 0

kashyapprajapat/redispai
This is learning project of redis.
Language: JavaScript - Size: 10.7 KB - Last synced at: about 1 month ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

hoangsonww/Learning-Management-System-Fullstack
📚 This repository hosts the E-Learning Management Full-Stack System, a demo LMS platform crafted with the dynamic MAD-Stack (MongoDB, Angular, and Django) to deliver a seamless and efficient online learning management experience!
Language: TypeScript - Size: 13.1 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 14 - Forks: 12

cynegeirus/cache-manager
Generic Cache Manager Application is a simple ASP.NET Core Web API project that uses Redis for caching. This project demonstrates how to use Redis as a caching layer in a web application, providing basic CRUD operations on the cache.
Language: C# - Size: 1.99 MB - Last synced at: 2 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

cris6h16/restful-api-jwt
A Spring Boot application with RESTful API endpoints for user management. JWT-based token authentication ( access and refresh tokens ), Features like password reset, update account data functionality and applying caching strategies, with SSL & CORS configuration and following the Clean Architecture principles
Language: Java - Size: 5.84 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

luis122448/smart-shell-redis
Automatiza el despliegue de una base de datos Redis en un contenedor de Docker, proporcionando así un servidor para caching
Language: Shell - Size: 124 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

chekart/rediserver
Pure Python Redis server implementation
Language: Python - Size: 18.6 KB - Last synced at: 30 days ago - Pushed at: about 6 years ago - Stars: 27 - Forks: 4

kumarvna/terraform-azurerm-redis
Terraform module for Azure Cache for Redis
Language: HCL - Size: 386 KB - Last synced at: 2 months ago - Pushed at: about 3 years ago - Stars: 10 - Forks: 15

laphayen/Redis-Dematerializer
Redis 해체 분석 - How to Use Redis and Troubleshooting
Language: Java - Size: 88.9 KB - Last synced at: about 2 months ago - Pushed at: 8 months ago - Stars: 2 - Forks: 0

ashiqYousuf/django-chat-app
Simple Django Chat Application
Language: Python - Size: 167 KB - Last synced at: 2 months ago - Pushed at: about 2 years ago - Stars: 4 - Forks: 1

laustindasauce/twitter-bot 📦
This script uses Python and Redis with Twitter API to run a fully automated twitter account.
Language: Python - Size: 3.15 MB - Last synced at: 5 months ago - Pushed at: over 2 years ago - Stars: 19 - Forks: 3

Simple4H/simple4h-study
不断学习新的技能!
Language: Java - Size: 3.58 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 5 - Forks: 0

AlinaBaber/Data-Science-and-Insight-Agent-RAG-LLama3-Lava-LLM-Django-Api
Data-Science-and-Insight-Agent-RAG-LLama3-Lava-LLM-Django-WebApplication is an advanced AI-driven chatbot designed to assist in data science, document analysis, and image interpretation. This repository contain the Django based rest apis of this project.
Language: Python - Size: 47.9 KB - Last synced at: 3 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

m1guelpf/lil-redis
An intentionally-limited Rust implementation of the Redis server with no external dependencies.
Language: Rust - Size: 19.5 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 40 - Forks: 1

kos5667/Redis-Doc
Size: 11.7 KB - Last synced at: 3 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

danielshaving/redis-cpp17
redis-cpp17 is a cross platfrom compatible redis protocol with multithreaded c++17 client,server,proxy
Language: C++ - Size: 62.1 MB - Last synced at: 5 months ago - Pushed at: almost 6 years ago - Stars: 316 - Forks: 52

feliposz/codecrafters-redis-typescript
This is my implementation in TypeScript to the "Build Your Own Redis" Challenge
Language: TypeScript - Size: 38.1 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

feliposz/codecrafters-redis-go
This is my implementation in Go to the "Build Your Own Redis" Challenge
Language: Go - Size: 64.5 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

auula/gws
Go's web session library.
Language: Go - Size: 452 KB - Last synced at: 5 days ago - Pushed at: about 3 years ago - Stars: 84 - Forks: 6

deepmancer/aredis-client
Async Redis Client is a simple and easy-to-use module to interact with Redis databases
Language: Python - Size: 35.2 KB - Last synced at: 8 months ago - Pushed at: 10 months ago - Stars: 5 - Forks: 0

lyfe691/View_Counter
This is a simple web application built with Java, Spring Boot, and Redis. The application increments a counter every time the home page is visited and displays the current visitor count.
Language: Java - Size: 19.5 KB - Last synced at: 2 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

DenChika/MyRedis
Tiny redis with RESP protocol decoding/encoding, RDB persistance, replication, sreams and transactions support
Language: Go - Size: 23.4 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

Viral-Barodia/AI_Reply
A NodeJS tool that you can use to generate AI generated responses to emails from your G-Mail account! It leverages a queue provided by BullMQ for queueing up emails, before sending them to Gemini-AI and creating a draft! Use this to readily create a draft to the unread emails, and customize it your way before hitting the send button!
Language: TypeScript - Size: 42 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

nkonev/openvidu-aio
OpenVidu all-in-one(OpenVidu, Kurento Media Server, coturn, Redis) distribution
Language: Shell - Size: 19.5 KB - Last synced at: 17 days ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

ashraful99-98/eLearning-server-site
Language: JavaScript - Size: 24.8 MB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

clouddrove/terraform-aws-elasticache
Terraform module to create Elasticache Cluster and replica for Redis and Memcache.
Language: HCL - Size: 209 KB - Last synced at: about 10 hours ago - Pushed at: 8 months ago - Stars: 46 - Forks: 29

codebatine/gochain
A cryptocurrency blockchain app with transaction management, mining, wallet, user admin, database, tdd and more.
Language: JavaScript - Size: 27.2 MB - Last synced at: 3 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

nanlong/simple-redis
redis 简单实现,数据序列化与反序列化,多线程支持,前后端解耦
Language: Rust - Size: 64.5 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

krisjey/armedis
An HTTP2/gRPC interface for Redis, Support Redis stand-alone/cluster mode.
Language: HTML - Size: 604 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 1

AY-ME/rdb
Simple script that securely copy redis-server rdb file from server to server remotely
Language: Shell - Size: 14.6 KB - Last synced at: 4 days ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 1

Tamoziit/Redis-Basics
Redis Basics
Language: JavaScript - Size: 40 KB - Last synced at: 3 months ago - Pushed at: 12 months ago - Stars: 2 - Forks: 0

RcrdBrt/gobigdis 📦
GoBigdis is a persistent database based on the Redis server protocol. Any Redis client can interface with it and start to use it right away.
Language: Go - Size: 153 KB - Last synced at: 6 months ago - Pushed at: almost 3 years ago - Stars: 5 - Forks: 2

davidjrh/dnn.rediscachingprovider
This caching provider allows to use a Redis cache server or cluster within DNN Platform (formerly DotNetNuke)
Language: C# - Size: 49.5 MB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 23 - Forks: 16

Synkevych/realtime_user_tracking
The simplest example of how ActionCable works - tracks whether a user is online or not.
Language: Ruby - Size: 3.16 MB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 7 - Forks: 2

acadevmy/redis-websocket-server
REDIS WebSocket Server is a simple NodeJS script used as a bridge to interact with Redis Server via WebSocket.
Language: JavaScript - Size: 22.5 KB - Last synced at: about 2 months ago - Pushed at: about 4 years ago - Stars: 7 - Forks: 2

luismendes070/tutorial-springboot-cache Fork of giuliana-bezerra/tutorial-springboot-cache
Esse projeto explora a configuração de cache em aplicações Spring Boot.
Size: 61.5 KB - Last synced at: 1 day ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

igwtcode/awesome-docker-compose 📦
awesome docker-compose setup for local development
Language: Shell - Size: 5.86 KB - Last synced at: 30 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

tikibu/rostore
A little read-only config store that reads json, and provides redis(r)-compatible interface to it. This is a nice way to manage runtime config for languages like python, php etc.
Language: Go - Size: 185 KB - Last synced at: 12 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

Amaljeevs/scheduler-job-service
This scheduler service has capability to perform well in distributed enviroment for HA, the Scheduler job in one instance will be locked until one is finished.
Language: Java - Size: 235 KB - Last synced at: 3 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

tusharjo/mockzilla
The fastest way to mock API calls for your React / Vue.js / Angular apps for FREE!.
Language: TypeScript - Size: 2.22 MB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 10 - Forks: 2

BrandonZacharie/node-redis-server
A Redis server manager for Node.js
Language: JavaScript - Size: 223 KB - Last synced at: 19 days ago - Pushed at: over 5 years ago - Stars: 42 - Forks: 14

guhandelta/next-hono-redis-quicksearch
Designed a Quick Search application using NextJS, Hono Server, and Redis
Language: TypeScript - Size: 163 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

AkashDutt0211/Redis-poc
POC of Redis
Language: JavaScript - Size: 3.56 MB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Ayush-Kanduri/The-Social-Book
The Social Book is a Social Media Website designed using Full Stack Web Development through Back-End Technology of MEN Stack (MongoDB, ExpressJS, NodeJS), RedisDB, GulpJS & Passport Auths. Users are able to create, share the posts and connect with each other across the platform. This website is completely Responsive across all the Devices.
Language: JavaScript - Size: 51.5 MB - Last synced at: 2 months ago - Pushed at: almost 3 years ago - Stars: 4 - Forks: 1

SYED-M-HUSSAIN/Redis_Python
Redis is an in-memory data structure store used as a database, cache, and message broker. It supports various data structures such as strings, hashes, lists, sets, sorted sets, and more. This guide will help you get started with using Redis in Python
Language: Python - Size: 6.84 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

platinumpizza29/BYOX_REDIS
Simple Redis Implementation with Node.js This project offers a straightforward implementation of Redis using Node.js and JavaScript. It covers the basics of connecting to a Redis server and performing key operations such as setting, getting, and deleting key-value pairs. Ideal for beginners looking to grasp the essentials of Redis interaction
Language: JavaScript - Size: 1.95 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

nakulGoyal19/SpringBootLearning
Learing "Spring Boot" from various sources and project implementations. -----Main Project : (BankManagementApplication)
Language: Java - Size: 1.23 MB - Last synced at: about 1 year ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

hatchways/team-acorn
A web app that matches programmers to a mentor to review their code.
Language: JavaScript - Size: 10.3 MB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 3

Jewel-cse/Real-time-social-media-sentiment-analysis
Language: Java - Size: 873 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

serhhat/gores
Gores is a custom Redis server written in Go
Language: Go - Size: 64.5 KB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 6 - Forks: 0

RudreshVeerkhare/GroupChat
ChatGroup is a real-time group chatting web applications using Django and Websockets deployed on Heroku
Language: CSS - Size: 629 KB - Last synced at: 2 months ago - Pushed at: about 4 years ago - Stars: 22 - Forks: 6

christonrinaldy/local-redis-cluster
Redis Cluster Setup: Automate creation of clustered Redis instances on your local PC for scalable and highly available distributed data storage.
Language: Shell - Size: 7.81 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

RichardMiruka/alx-files_manager
A Files manager project
Language: JavaScript - Size: 118 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

chenggiant/miniredis Fork of bpollack/miniredis
A very tiny clone of Redis in Python3
Language: Python - Size: 18.6 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

tontonrally/rsmqCsharp
.NET implementation of https://github.com/smrchy/rsmq
Language: C# - Size: 20.5 KB - Last synced at: 28 days ago - Pushed at: almost 5 years ago - Stars: 9 - Forks: 1

iv4n-ga6l/Go-RedisServer
Redis server built in Go
Language: Go - Size: 1000 Bytes - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

balajipothula/nginx-1.24.0
docker alpine:3.9 linux image with nginx, lua, sqlite, redis.
Language: Shell - Size: 6.69 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

BitInit/fake-redis
Exploratory project, implementing Redis using Golang.
Language: Go - Size: 43 KB - Last synced at: 12 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

keymetrics/pm2-redis
Module to monitor redis
Language: JavaScript - Size: 32.2 KB - Last synced at: 10 days ago - Pushed at: over 6 years ago - Stars: 23 - Forks: 2

demdxx/redify
🧩 Redify any database as RedisDB
Language: Go - Size: 461 KB - Last synced at: 12 months ago - Pushed at: about 1 year ago - Stars: 5 - Forks: 1

tzongw/redis-timer Fork of dbenders/redis-timer
A timer module for Redis
Language: C - Size: 59.6 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 13 - Forks: 1

tporadowski/jemalloc Fork of jemalloc/jemalloc
Fork of jemalloc memory allocator with some changes for Redis for Windows project
Language: C - Size: 8.78 MB - Last synced at: about 1 year ago - Pushed at: almost 5 years ago - Stars: 3 - Forks: 3

nobleknightt/codecrafters-redis-python
Language: Python - Size: 62.5 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

jogeshgupta963/Tics
Language: TypeScript - Size: 1.06 MB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Bobiology/Redis-Cache
A spring-boot project that demonstrate data caching using Redis
Language: Kotlin - Size: 66.4 KB - Last synced at: about 1 year ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

biswarup14/Whatsapp-mern-clone
Full Stack whatsapp mern build
Language: JavaScript - Size: 887 KB - Last synced at: 14 days ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 1

hollodotme/readis
Lightweight web frontend in PHP for reading data, stats and config from multiple redis servers.
Language: PHP - Size: 7.46 MB - Last synced at: 9 days ago - Pushed at: 9 months ago - Stars: 38 - Forks: 6

jollyboss123/pegasus
a naive java implementation of a redis server
Language: Java - Size: 73.2 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

bennzhang/redis-basic-sentinel-cluster
Language: Shell - Size: 24.4 KB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 2

Nurislom373/SpeaGroup
SpeaGroup has a user-friendly, simple and beautiful interface. There are a total of 7 services in this project. This project is very similar to the quora site with several updates. Project used technologies. Java 17, Spring Boot 2.7.3 to 2.7.5, Redis 6.2, Mongodb 5.0.8.
Language: Java - Size: 1.43 MB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 7 - Forks: 0

siddhantshar24/Redis-Session-Cache
A Redis based session cache to maintain user records in server during logins.
Language: Java - Size: 64.5 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

irchriscott/Yo-Buddy-Web
This is an web application that will be helping people to borrow stuffs online
Language: CSS - Size: 19.8 MB - Last synced at: about 1 year ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

amit-asl/product-management
A product management solution
Language: Python - Size: 10.7 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

mgurga/graphy
Redis server implementation in C++11
Language: C++ - Size: 125 KB - Last synced at: about 1 year ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

ahmadarif/alamat
Language: PHP - Size: 2.19 MB - Last synced at: about 1 year ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 0

Dudemullet/ctq-redis-module
A cancellable timeout queue for Redis
Language: C - Size: 27.3 KB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 0

nuhptr/pzn-redis
✅ PZN Learn how to know using redis
Size: 12.8 MB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0
