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
bitops.c
on
unstable
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 16, 2016
Minor aesthetic fixes to PR #3264.
Show description for 2f2fd64
antirez
committed
2f2fd64
View commit details
Copy full SHA for 2f2fd64
View code at this point
Browse repository at this point
Merge pull request #3264 from oranagra/bitfield_fix2
Show description for 33a9836
antirez
authored
33a9836
View commit details
Copy full SHA for 33a9836
View code at this point
Browse repository at this point
Commits on Jun 15, 2016
GETRANGE: return empty string with negative, inverted start/end.
antirez
committed
2d86995
View commit details
Copy full SHA for 2d86995
View code at this point
Browse repository at this point
Remove additional round brackets from fix for #3282.
antirez
committed
eb45e11
View commit details
Copy full SHA for eb45e11
View code at this point
Browse repository at this point
Merge pull request #3282 from wenduo/unstable
Show description for 001cadc
antirez
authored
001cadc
View commit details
Copy full SHA for 001cadc
View code at this point
Browse repository at this point
Commits on Jun 5, 2016
fix some compiler warnings
catwell
committed
188d90f
View commit details
Copy full SHA for 188d90f
View code at this point
Browse repository at this point
Commits on May 31, 2016
Avoid undefined behavior in BITFIELD implementation.
Show description for 2503acf
antirez
committed
2503acf
View commit details
Copy full SHA for 2503acf
View code at this point
Browse repository at this point
Commits on May 30, 2016
bitcount bug:return non-zero value when start > end (both negative)
wenduo
committed
41dacdb
View commit details
Copy full SHA for 41dacdb
View code at this point
Browse repository at this point
Commits on May 24, 2016
check WRONGTYPE in BITFIELD before looping on the operations.
Show description for 5d96b7e
oranagra
committed
5d96b7e
View commit details
Copy full SHA for 5d96b7e
View code at this point
Browse repository at this point
fix crash in BITFIELD GET on non existing key or wrong type see #3259
Show description for c4433d2
oranagra
committed
c4433d2
View commit details
Copy full SHA for c4433d2
View code at this point
Browse repository at this point
Commits on May 18, 2016
Code to access object string bytes repeated 3x refactored into 1 function.
antirez
committed
bee963c
View commit details
Copy full SHA for bee963c
View code at this point
Browse repository at this point
Commits on May 10, 2016
fix crash in BITFIELD GET when key is integer encoded
oranagra
committed
77a9144
View commit details
Copy full SHA for 77a9144
View code at this point
Browse repository at this point
Commits on Mar 2, 2016
BITFIELD: Farest bit set is offset+bits-1. Off by one error fixed.
antirez
committed
fc84378
View commit details
Copy full SHA for fc84378
View code at this point
Browse repository at this point
More BITFIELD fixes. Overflow conditional simplified.
Show description for fe64960
antirez
committed
fe64960
View commit details
Copy full SHA for fe64960
View code at this point
Browse repository at this point
bitops/bitfield: fix length, overflow condition and *sign
sunheehnus
committed
93cc8ba
View commit details
Copy full SHA for 93cc8ba
View code at this point
Browse repository at this point
Commits on Feb 29, 2016
BITFIELD: refactoring & fix of retval on FAIL.
antirez
committed
32289d5
View commit details
Copy full SHA for 32289d5
View code at this point
Browse repository at this point
Commits on Feb 26, 2016
BITFIELD: Fix #<index> form parsing.
antirez
committed
11745e0
View commit details
Copy full SHA for 11745e0
View code at this point
Browse repository at this point
BITFIELD: Support #<index> offsets form.
antirez
committed
2800d09
View commit details
Copy full SHA for 2800d09
View code at this point
Browse repository at this point
BITFIELD command initial implementation.
Show description for 70af626
antirez
committed
70af626
View commit details
Copy full SHA for 70af626
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: 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 Dec 11, 2014
Bitops: Stop overallocating storage space on set
Show description for badf0f0
mattsta
committed
badf0f0
View commit details
Copy full SHA for badf0f0
View code at this point
Browse repository at this point
Commits on Dec 3, 2014
bitops.c/bitopCommand: skip short minlen for FAST PATH
sunheehnus
committed
c98d4f5
View commit details
Copy full SHA for c98d4f5
View code at this point
Browse repository at this point
Commits on Dec 2, 2014
bitops.c/redisPopcount: little optimization in loop
sunheehnus
committed
0ec7672
View commit details
Copy full SHA for 0ec7672
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 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
Commits on Feb 27, 2014
warnigns -> warnings in redisBitpos().
antirez
committed
76a6e82
View commit details
Copy full SHA for 76a6e82
View code at this point
Browse repository at this point
More consistent BITPOS behavior with bit=0 and ranges.
Show description for 0e31eaa
antirez
committed
0e31eaa
View commit details
Copy full SHA for 0e31eaa
View code at this point
Browse repository at this point
Initial implementation of BITPOS.
Show description for 38c620b
antirez
committed
38c620b
View commit details
Copy full SHA for 38c620b
View code at this point
Browse repository at this point
Fix misaligned word access in redisPopcount().
antirez
committed
746ce35
View commit details
Copy full SHA for 746ce35
View code at this point
Browse repository at this point
Commits on Jul 22, 2013
Introduction of a new string encoding: EMBSTR
Show description for 894eba0
antirez
committed
894eba0
View commit details
Copy full SHA for 894eba0
View code at this point
Browse repository at this point
Commits on Jun 26, 2013
function renamed: popcount_binary -> redisPopcount.
antirez
committed
13585dd
View commit details
Copy full SHA for 13585dd
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.