summaryrefslogtreecommitdiff
path: root/src/redis.h
Commit message (Expand)AuthorAgeFilesLines
* getClientPeerId() refactored into two functions.antirez2013-07-091-0/+1
* getClientPeerId() now reports errors.antirez2013-07-091-1/+1
* getClientPeerID introduced.antirez2013-07-091-0/+2
* Update REDIS_CLUSTER_IPLEN to INET6_ADDRSTRLEN.Geoff Garside2013-07-081-1/+1
* Add macro to define clusterNode.ip buffer size.Geoff Garside2013-07-081-1/+2
* Binding multiple IPs done properly with multiple sockets.antirez2013-07-051-2/+5
* Ability to bind multiple addresses.antirez2013-07-041-1/+3
* CONFIG SET maxclients.antirez2013-06-281-0/+5
* function renamed: popcount_binary -> redisPopcount.antirez2013-06-261-1/+1
* Merge pull request #1111 from yamt/netbsd3Salvatore Sanfilippo2013-06-261-1/+1
|\
| * rename popcount to popcount_binary to avoid a conflict with NetBSD libcYAMAMOTO Takashi2013-05-171-1/+1
* | Don't disconnect pre PSYNC replication clients for timeout.antirez2013-06-261-0/+1
* | Use the RSC to replicate EVALSHA unmodified.antirez2013-06-241-0/+4
* | Replication of scripts as EVALSHA: sha1 caching implemented.antirez2013-06-241-0/+5
* | New API to force propagation.antirez2013-06-211-1/+4
* | PUBSUB command implemented.antirez2013-06-201-0/+1
* | Cluster: detect nodes address change.antirez2013-06-121-1/+2
* | min-slaves-to-write: don't accept writes with less than N replicas.antirez2013-05-301-1/+7
* | A comment about BLPOP timeout did not reflected actual behavior.antirez2013-05-271-1/+3
* | Replication: send REPLCONF ACK to master.antirez2013-05-271-0/+1
* | REPLCONF ACK command.antirez2013-05-271-0/+2
|/
* Added a define for most configuration defaults.antirez2013-05-151-0/+20
* CONFIG REWRITE: support for client-output-buffer-limit.antirez2013-05-131-0/+2
* CONFIG REWRITE: Initial support code and design.antirez2013-05-131-0/+3
* Obtain absoute path of configuration file, expose it in INFO.antirez2013-05-091-0/+1
* Revert "use long long instead of size_t make it more safe"antirez2013-05-081-1/+1
* use long long instead of size_t make it more safeJiahao Huang2013-05-071-1/+1
* in 32bit machine, popcount don't work with a input string length up to 512 MB,Jiahao Huang2013-05-071-1/+1
* Cluster: link reconnection on delayed PONG reply.antirez2013-05-031-0/+1
* Config option to turn AOF rewrite incremental fsync on/off.antirez2013-04-241-0/+1
* AOF: sync data on disk every 32MB when rewriting.antirez2013-04-241-0/+1
* Cluster: use server.cluster_node_timeout directly.antirez2013-04-091-1/+0
* Cluster: configdigest field no longer used. Removed.antirez2013-04-091-4/+2
* Cluster: move REDIS_CLUSTER_FAILOVER_DELAY near other timing defines.antirez2013-04-041-1/+1
* Cluster: node timeout is now configurable.antirez2013-04-041-0/+1
* Cluster: turn hardcoded node timeout multiplicators into defines.antirez2013-04-041-0/+9
* Throttle BGSAVE attempt on saving error.antirez2013-04-021-0/+2
* DEBUG set-active-expire added.antirez2013-03-271-0/+1
* Cluster: new flag PROMOTED introduced.antirez2013-03-201-0/+1
* Cluster: add sender flags in cluster bus messages header.antirez2013-03-201-1/+2
* Cluster: slaves start failover with a small delay.antirez2013-03-151-0/+1
* Cluster: handle FAILOVER_AUTH_ACK messages.antirez2013-03-141-0/+1
* Cluster: FAILOVER_AUTH_REQUEST message type introduced.antirez2013-03-131-0/+1
* Cluster: clusterHandleSlaveFailover() stub.antirez2013-03-131-0/+2
* REDIS_DBCRON_DBS_PER_SEC -> REDIS_DBCRON_DBS_PER_CALLantirez2013-03-091-1/+1
* Only resize/rehash a few databases per cron iteration.antirez2013-03-081-0/+1
* Cluster: clusterUpdateState() function simplified.antirez2013-03-061-1/+0
* API to lookup commands with their original name.antirez2013-03-061-1/+3
* Cluster: new node field fail_time.antirez2013-03-051-0/+1
* SLAVEOF command refactored into a proper API.antirez2013-03-041-0/+2