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
object.c
on
unstable
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 21, 2016
Fix maxmemory shared integer check bug introduced with LFU.
antirez
committed
e0582b3
View commit details
Copy full SHA for e0582b3
View code at this point
Browse repository at this point
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
getLongLongFromObject: use string2ll() instead of strict_strtoll().
Show description for 2379182
antirez
committed
2379182
View commit details
Copy full SHA for 2379182
View code at this point
Browse repository at this point
Commits on Jun 23, 2016
Merge pull request #3336 from yossigo/create_string_from_string
Show description for 28ea585
antirez
authored
28ea585
View commit details
Copy full SHA for 28ea585
View code at this point
Browse repository at this point
A string with 21 chars is not representable as a 64-bit integer.
tielei
committed
f648c5a
View commit details
Copy full SHA for f648c5a
View code at this point
Browse repository at this point
Commits on Jun 22, 2016
Add RedisModule_CreateStringFromString().
yossigo
committed
61172ed
View commit details
Copy full SHA for 61172ed
View code at this point
Browse repository at this point
Commits on Jun 20, 2016
Use const in Redis Module API where possible.
yossigo
committed
8f3a4df
View commit details
Copy full SHA for 8f3a4df
View code at this point
Browse repository at this point
Commits on Jun 15, 2016
Merge pull request #3283 from ideal/unstable
Show description for 226f679
antirez
authored
226f679
View commit details
Copy full SHA for 226f679
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 30, 2016
fix mistake comment in object.c
ideal
committed
4067132
View commit details
Copy full SHA for 4067132
View code at this point
Browse repository at this point
Commits on Oct 1, 2015
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 2.
antirez
committed
777396a
View commit details
Copy full SHA for 777396a
View code at this point
Browse repository at this point
Lazyfree: Hash converted to use plain SDS WIP 1.
antirez
committed
1c24755
View commit details
Copy full SHA for 1c24755
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 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 14, 2015
sds size classes - memory optimization
oranagra
authored and
antirez
committed
f15df8b
View commit details
Copy full SHA for f15df8b
View code at this point
Browse repository at this point
Commits on Mar 11, 2015
CONFIG refactoring: configEnum abstraction.
Show description for 8e21922
antirez
committed
8e21922
View commit details
Copy full SHA for 8e21922
View code at this point
Browse repository at this point
Commits on Feb 27, 2015
String: use new sdigits10() API in stringObjectLen().
Show description for 4f56f03
antirez
committed
4f56f03
View commit details
Copy full SHA for 4f56f03
View code at this point
Browse repository at this point
Commits on Jan 2, 2015
Add quicklist implementation
Show description for 5e362b8
mattsta
committed
5e362b8
View commit details
Copy full SHA for 5e362b8
View code at this point
Browse repository at this point
Commits on Dec 3, 2014
Handle infinite explicitly in createStringObjectFromLongLong().
antirez
committed
3632026
View commit details
Copy full SHA for 3632026
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 Jul 18, 2014
tryObjectEncoding(): use shared objects with maxmemory and non-LRU policy.
Show description for b3c042c
antirez
committed
b3c042c
View commit details
Copy full SHA for b3c042c
View code at this point
Browse repository at this point
Commits on Jul 11, 2014
Fix OBJECT arity
Show description for ce8a68b
michael-grunder
committed
ce8a68b
View commit details
Copy full SHA for ce8a68b
View code at this point
Browse repository at this point
Commits on May 12, 2014
Fix lack of strtold under Cygwin
Show description for 7c4decb
mattsta
committed
7c4decb
View commit details
Copy full SHA for 7c4decb
View code at this point
Browse repository at this point
Commits on May 7, 2014
REDIS_ENCODING_EMBSTR_SIZE_LIMIT set to 39.
Show description for 0b0f872
antirez
committed
0b0f872
View commit details
Copy full SHA for 0b0f872
View code at this point
Browse repository at this point
Commits on Apr 4, 2014
tryObjectEncoding() refactoring.
Show description for 1c12bcb
antirez
committed
1c12bcb
View commit details
Copy full SHA for 1c12bcb
View code at this point
Browse repository at this point
Commits on Mar 30, 2014
String value unsharing refactored into proper function.
Show description for 543ede0
antirez
committed
543ede0
View commit details
Copy full SHA for 543ede0
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.