Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
java89757
/
redis
Public
forked from
redis/redis
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
redis
src
db.c
on
unstable
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 18, 2016
LFU: Initial naive eviction cycle.
Show description for a8e2d08
antirez
committed
a8e2d08
View commit details
Copy full SHA for a8e2d08
View code at this point
Browse repository at this point
Commits on Jul 15, 2016
LFU: Redis object level implementation.
Show description for 5d07984
antirez
committed
5d07984
View commit details
Copy full SHA for 5d07984
View code at this point
Browse repository at this point
Commits on Jul 6, 2016
Expire and LRU related code moved into different files.
antirez
committed
b46239e
View commit details
Copy full SHA for b46239e
View code at this point
Browse repository at this point
Commits on Jun 14, 2016
TTL and TYPE LRU access fixed. TOUCH implemented.
antirez
committed
41d804d
View commit details
Copy full SHA for 41d804d
View code at this point
Browse repository at this point
Commits on Jun 3, 2016
Modules: support for modules native data types.
antirez
committed
8ec2800
View commit details
Copy full SHA for 8ec2800
View code at this point
Browse repository at this point
Commits on May 10, 2016
Modules: command <-> core interface modified to get flags & keys.
antirez
committed
227d680
View commit details
Copy full SHA for 227d680
View code at this point
Browse repository at this point
Commits on Apr 25, 2016
various cleanups and minor fixes
oranagra
committed
5e3880a
View commit details
Copy full SHA for 5e3880a
View code at this point
Browse repository at this point
Commits on Dec 11, 2015
MIGRATE: Fix key extraction for new form.
antirez
committed
4e252e4
View commit details
Copy full SHA for 4e252e4
View code at this point
Browse repository at this point
Commits on Oct 2, 2015
Lazyfree: cond vars to enabled/disable it based on DEL context.
antirez
committed
252cfa0
View commit details
Copy full SHA for 252cfa0
View code at this point
Browse repository at this point
Commits on Oct 1, 2015
Fixed a bug in the emptyDb() new implementation.
antirez
committed
5359696
View commit details
Copy full SHA for 5359696
View code at this point
Browse repository at this point
FLUSHDB and FLUSHALL ASYNC option implemented.
antirez
committed
ecdbc33
View commit details
Copy full SHA for ecdbc33
View code at this point
Browse repository at this point
Lazyfree: ability to free whole DBs in background.
antirez
committed
c69c6c8
View commit details
Copy full SHA for c69c6c8
View code at this point
Browse repository at this point
Lazyfree: Hash converted to use plain SDS WIP 4.
antirez
committed
974514b
View commit details
Copy full SHA for 974514b
View code at this point
Browse repository at this point
Lazyfree: Hash converted to use plain SDS WIP 3.
antirez
committed
4a18352
View commit details
Copy full SHA for 4a18352
View code at this point
Browse repository at this point
Lazyfree: Sorted sets convereted to plain SDS. (several commits squashed)
antirez
committed
a7c5be1
View commit details
Copy full SHA for a7c5be1
View code at this point
Browse repository at this point
Lazyfree: Convert Sets to use plains SDS (several commits squashed).
antirez
committed
86d48ef
View commit details
Copy full SHA for 86d48ef
View code at this point
Browse repository at this point
Lazyfree: a first implementation of non blocking DEL.
antirez
committed
0c05436
View commit details
Copy full SHA for 0c05436
View code at this point
Browse repository at this point
Commits on Sep 14, 2015
MOVE re-add TTL check fixed.
Show description for 4fec5ee
antirez
committed
4fec5ee
View commit details
Copy full SHA for 4fec5ee
View code at this point
Browse repository at this point
MOVE now can move TTL metadata as well.
Show description for f529a01
antirez
committed
f529a01
View commit details
Copy full SHA for f529a01
View code at this point
Browse repository at this point
Commits on Jul 27, 2015
RDMF: More consistent define names.
antirez
committed
32f80e2
View commit details
Copy full SHA for 32f80e2
View code at this point
Browse repository at this point
Commits on Jul 26, 2015
RDMF: REDIS_OK REDIS_ERR -> C_OK C_ERR.
antirez
committed
40eb548
View commit details
Copy full SHA for 40eb548
View code at this point
Browse repository at this point
RDMF: redisAssert -> serverAssert.
antirez
committed
2d9e3eb
View commit details
Copy full SHA for 2d9e3eb
View code at this point
Browse repository at this point
RDMF: OBJ_ macros for object related stuff.
antirez
committed
14ff572
View commit details
Copy full SHA for 14ff572
View code at this point
Browse repository at this point
RDMF: use client instead of redisClient, like Disque.
antirez
committed
554bd0e
View commit details
Copy full SHA for 554bd0e
View code at this point
Browse repository at this point
RDMF (Redis/Disque merge friendlyness) refactoring WIP 1.
antirez
committed
cef054e
View commit details
Copy full SHA for cef054e
View code at this point
Browse repository at this point
Commits on Jul 13, 2015
EXISTS is now variadic.
Show description for 4c7ee0d
antirez
committed
4c7ee0d
View commit details
Copy full SHA for 4c7ee0d
View code at this point
Browse repository at this point
Commits on Feb 23, 2015
Change RENAME behavior when src and dst keys are the same.
Show description for fc365a3
antirez
committed
fc365a3
View commit details
Copy full SHA for fc365a3
View code at this point
Browse repository at this point
Commits on Dec 12, 2014
remove_warning in db.c
clark.kang
committed
7ef1239
View commit details
Copy full SHA for 7ef1239
View code at this point
Browse repository at this point
Commits on Dec 10, 2014
Better read-only behavior for expired keys in slaves.
Show description for 06e76bc
antirez
committed
06e76bc
View commit details
Copy full SHA for 06e76bc
View code at this point
Browse repository at this point
Commits on Dec 2, 2014
Use exp format and more precision output for ZSCAN.
Show description for 92c5ab4
antirez
committed
92c5ab4
View commit details
Copy full SHA for 92c5ab4
View code at this point
Browse repository at this point
Commits on Sep 9, 2014
Limit the *SCAN command `dictScan` iterations
Show description for acfc196
xiaost
committed
acfc196
View commit details
Copy full SHA for acfc196
View code at this point
Browse repository at this point
Commits on Aug 13, 2014
Remove warnings and improve integer sign correctness.
antirez
committed
edca2b1
View commit details
Copy full SHA for edca2b1
View code at this point
Browse repository at this point
Commits on Aug 8, 2014
Reject MOVE to non-integer DBs
Show description for 498ad74
mattsta
authored and
antirez
committed
498ad74
View commit details
Copy full SHA for 498ad74
View code at this point
Browse repository at this point
Commits on Aug 7, 2014
Fix key extraction for SORT
Show description for 87815ab
mattsta
authored and
antirez
committed
87815ab
View commit details
Copy full SHA for 87815ab
View code at this point
Browse repository at this point
Commits on Jun 26, 2014
No more trailing spaces in Redis source code.
antirez
committed
95b1979
View commit details
Copy full SHA for 95b1979
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.