zhengshuxin
|
132322015f
|
SSL communication has been supported in redis client module.
|
2019-06-08 14:06:22 +08:00 |
|
zhengshuxin
|
b1b7d08a0c
|
compiling optimization to get smaller library's size
|
2019-05-19 16:54:20 +08:00 |
|
zsxxsz
|
53583d8a9d
|
add compiling macro option ACL_CLIENT_ONLY to decrease the library's size for
client software.
|
2019-05-18 21:19:21 +08:00 |
|
zhengshuxin
|
0c89422256
|
redis_stream.cpp: optimize READGROUP/XREAD commands.
|
2019-05-14 11:28:55 +08:00 |
|
zhengshuxin
|
8b77b0456a
|
safety & feature: add nocopyable limit for many class to avoid potential problem
|
2019-05-09 13:57:51 +08:00 |
|
zsxxsz
|
ede94861d2
|
add zpopmin/zpopmax/bzpopmin/bzpopmax in redis_redis
|
2019-04-27 21:23:12 +08:00 |
|
zhengshuxin
|
b41612415c
|
add comments
|
2019-03-28 11:18:10 +08:00 |
|
zsx
|
e82b63b025
|
format code style
|
2018-12-12 11:16:12 +08:00 |
|
zsx
|
e8028180cf
|
expand redis_stream::xadd with subcommand MAXLEN
|
2018-12-11 15:29:35 +08:00 |
|
zsx
|
be9863f203
|
add comments for redis_stream module.
|
2018-12-11 14:06:53 +08:00 |
|
zhengshuxin
|
b83df7ba49
|
add README.md
|
2018-12-02 21:05:46 +08:00 |
|
zhengshuxin
|
ff5bc053b9
|
redis_stream benchmark testing
|
2018-12-02 20:15:27 +08:00 |
|
zhengshuxin
|
7fbcd4d56b
|
testing acl::redis_stream ok!
|
2018-12-02 14:58:41 +08:00 |
|
zhengshuxin
|
fafce8ce67
|
testing acl::redis_stream
|
2018-11-25 23:16:25 +08:00 |
|
zsx
|
7683a7bc2e
|
add redis_stream into IDE projects for vc and xcode.
|
2018-11-16 13:28:55 +08:00 |
|
zhengshuxin
|
26cd06ba65
|
add supporting for XCLAIM redis command.
|
2018-11-14 23:24:32 +08:00 |
|
zsx
|
c4cafbebc1
|
adding redis stream ...
|
2018-11-14 19:00:58 +08:00 |
|
zhengshuxin
|
72a71f878d
|
adding xpending ...
|
2018-11-11 23:04:33 +08:00 |
|
zhengshuxin
|
8c0b4e79d3
|
add redis_stream::xinfo command
|
2018-11-11 21:59:52 +08:00 |
|
zhengshuxin
|
ac361045fd
|
adding xinfo in redis_stream.
|
2018-11-11 09:14:23 +08:00 |
|
zhengshuxin
|
a4040edd93
|
redis_stream: add more commands including "XTRIM, XDEL, XRANGE, XREVRANGE, XLEN, XACK"
|
2018-11-08 23:09:14 +08:00 |
|
zhengshuxin
|
5abbaa1a8b
|
redis_stream: implement XREADGROUP command.
|
2018-11-07 23:20:44 +08:00 |
|
zhengshuxin
|
c201fd13af
|
supporting redis-stream ...
|
2018-11-06 00:03:52 +08:00 |
|
zhengshuxin
|
7b343621e0
|
after the connection with redis-server is created, the dbnum can be selected in acl::redis_client, acl::redis_client_pool.
|
2018-10-20 22:20:57 +08:00 |
|
zhengshuxin
|
4f1958d796
|
fixed one problem in redis_key::renamenx about the incorrect type of the returned value.
|
2018-05-23 22:20:22 +08:00 |
|
zsx
|
4221226341
|
add features in redis_client_cluster & connect_manager
|
2018-05-14 15:28:39 +08:00 |
|
zhengshuxin
|
3053425333
|
fixed on bug in redis_pubsub.cpp when subscribe multi-channels in one connection
|
2018-05-06 17:23:07 +08:00 |
|
zhengshuxin
|
dcbd9224ef
|
fixed one important bug in redis_command.cpp, don't call clear in run() method
|
2018-05-04 14:45:53 +08:00 |
|
zsx
|
dfbe210589
|
add redis_role class
|
2018-03-22 19:13:47 +08:00 |
|
zsx
|
a425d406b5
|
add redis_role class
|
2018-03-22 19:06:32 +08:00 |
|
zsxxsz
|
919aabfa9c
|
add redis_sentinel class in redis module
|
2018-03-18 23:43:31 +08:00 |
|
郑树新
|
87b2fd1508
|
redis_client.cpp: add authing_ for authing in dead loop.
|
2018-02-05 12:04:35 +08:00 |
|
zsx
|
344d370715
|
modify redis_node class for redis.4.x.x
|
2018-01-01 11:05:05 +08:00 |
|
zsx
|
e089381026
|
redis_cluster: support CLUSTER NODES for redis.4.x.x
|
2018-01-01 10:58:43 +08:00 |
|
zsxxsz
|
6c7fa88358
|
modify bitmap.hpp
|
2017-08-23 22:35:24 +08:00 |
|
zsxxsz
|
28f805981e
|
lpop and rpop's comments are invalid in acl::redis_list
|
2017-08-22 22:37:54 +08:00 |
|
zhengshuxin
|
df1b49d215
|
add some functions for HMSET commands in redis_hash class.
|
2017-07-27 13:35:47 +08:00 |
|
郑树新
|
24df82f84c
|
fixed one compiling error in redis_cluster sample
|
2017-07-06 09:57:23 +08:00 |
|
zhengshuxin
|
78a7540a76
|
reorganize all the include headers.
|
2017-06-02 14:47:24 +08:00 |
|
zhengshuxin
|
fc6ddc3970
|
fixed one bug in redis_pubsub::get_message which can't support psubscribe;
add one sample -- hook_close for test.
|
2016-12-15 13:39:26 +08:00 |
|
zhengshuxin
|
19f2c0b0d2
|
fiber lock can be killed.
|
2016-12-08 13:13:30 +08:00 |
|
ubuntu14
|
bcb2f1b85c
|
fixed one bug in fiber.c for memory leak
add some samples for lib_liber
|
2016-11-27 21:03:24 +08:00 |
|
zhengshuxin
|
2b282d9f66
|
remove setting non-blocking in acl_vstream_fdopen.
|
2016-11-18 21:45:40 +08:00 |
|
zhengshuxin
|
1077d2b142
|
fixed on bug in redis_result::argv_to_string()
|
2016-11-07 22:14:23 +08:00 |
|
zhengshuxin
|
ee968f72ae
|
rename acl_init to acl_lib_init.
|
2016-10-27 21:25:14 +08:00 |
|
zhengshuxin
|
3846cda043
|
add websocket in lib_acl_cpp.
|
2016-09-20 19:55:38 +08:00 |
|
ubuntu14
|
feecae192a
|
add comments for redis headers
|
2016-05-22 09:10:34 +08:00 |
|
ubuntu14
|
1618216f61
|
make redis_builder more powerful; replace polarssl with new version
|
2016-04-12 20:11:15 +08:00 |
|
ubuntu14
|
4672034ef5
|
add another info() method to class redis_server; make redis_builder more power!
|
2016-04-02 11:55:00 +08:00 |
|
ubuntu14
|
700c8dc870
|
add more functions into redis_builder
|
2016-04-01 23:08:26 +08:00 |
|
ubuntu14
|
41a32d774d
|
add functions to redis_builder
|
2016-04-01 09:36:18 +08:00 |
|
ubuntu14
|
3f74c26a14
|
modify redis interface; make socket more safty
|
2016-01-17 13:35:12 +08:00 |
|
ubuntu14
|
379c50cba9
|
fixed bugs in acl_vstream.c and polarssl_io.cpp; add xml2, xml3 for parsing xml data
|
2015-12-03 17:00:07 +08:00 |
|
ubuntu14
|
9aad31fade
|
make connections pool module supporting different network envirenment
|
2015-11-13 08:32:27 -08:00 |
|
ubuntu14
|
e8548986f6
|
add some functions in connection pool moudle
|
2015-11-13 00:26:30 -08:00 |
|
ubuntu14
|
21e0796f45
|
modify some codes
|
2015-10-20 06:07:23 -07:00 |
|
ubuntu14
|
b319c8742a
|
add mail builder class and sample; optimize http module; add some json samples for test
|
2015-09-27 05:59:21 -07:00 |
|
ubuntu14
|
bfebe1b5d3
|
fixed bug for redis scan in class redis_command/redis_key/redis_hash/redis_set/redis_zset
|
2015-08-24 07:12:15 -07:00 |
|
ubuntu14
|
bc119e8199
|
modify db module
|
2015-08-22 03:05:46 -07:00 |
|
ubuntu14
|
45f44e3f74
|
fixed one bug in class redis_string for handling INCR/INCRBY/DECR/DECRBY commands
|
2015-08-15 05:57:12 -07:00 |
|
zsx
|
09bff5b7d6
|
change count's type from in to size_t in connections relative classes
|
2015-08-14 17:28:30 +08:00 |
|
zsx
|
000555df9e
|
add redis_geo class and sample; add https_proxy sample, add dgate sample.
|
2015-07-13 16:28:09 +08:00 |
|
zsx
|
883b0681f5
|
use redis cluster to store session for http module
|
2015-06-03 11:19:13 +08:00 |
|
ubuntu14
|
c81f144938
|
add disque_cluster sample
|
2015-05-06 06:37:11 -07:00 |
|
ubuntu14
|
8b49be69a5
|
add disque's client library into lib_acl_cpp
|
2015-05-06 02:16:10 -07:00 |
|
ubuntu14
|
68c9606b85
|
delete unused src code in redis module
|
2015-05-03 05:08:37 -07:00 |
|
ubuntu14
|
e72a468ecd
|
add some useful function to redis_builder tool
|
2015-04-25 09:11:10 -07:00 |
|
ubuntu14
|
0140b69dd1
|
add a redis tool for redis cluster
|
2015-04-19 07:15:30 -07:00 |
|
zsxxsz
|
6ec47401fc
|
add comments for redis_set
|
2015-04-15 22:56:48 +08:00 |
|
zsxxsz
|
0354fce20a
|
add some comments for redis client lib
|
2015-04-14 22:03:56 +08:00 |
|
zsx
|
ea23a87fe6
|
add some comments for redis client lib
|
2015-04-14 17:34:24 +08:00 |
|
ubuntu14
|
cd4802771d
|
add some comments for redis module
|
2015-04-12 06:37:17 -07:00 |
|
ubuntu14
|
d6933c5694
|
add some comments for redis module
|
2015-04-08 08:17:16 -07:00 |
|
ubuntu14
|
2d6cfb27ff
|
fixed some bugs in redis module, and improve some redis functions
|
2015-04-07 08:31:31 -07:00 |
|
ubuntu14
|
27a5f76285
|
add support for CLUSTER commands, rename old redis_cluster to redis_client_cluster, redis_pool to redis_client_pool
|
2015-04-02 07:19:57 -07:00 |
|
zsxxsz
|
d563681684
|
project arrangement
|
2015-03-29 19:27:41 +08:00 |
|
zsx
|
c28744324c
|
Ôö¼ÓÁË redis ¿ͻ§¶ËеÄÀ࣬¸ÃÀà¼̳ÐÁËÆäËüËùÓеÄ redis ¿ͻ§¶ËÀà
|
2015-03-27 17:05:12 +08:00 |
|
zsxxsz
|
4e7cf40430
|
add English comments for some redis class
|
2015-03-15 17:38:50 +08:00 |
|
ubuntu14
|
4909a6bd6f
|
modify some projects and samples
|
2015-03-08 06:34:00 -07:00 |
|
ubuntu14
|
9b50d1dc50
|
complete the redis cluster lib
|
2015-03-01 07:50:53 -08:00 |
|
zsx
|
dfe63fc844
|
redis client lib support redis3.0 cluster
|
2015-02-27 13:33:00 +08:00 |
|
ubuntu14
|
b238e84e50
|
support redis cluster mode and add redis_cluster sample
|
2015-02-13 09:01:29 -08:00 |
|
ubuntu14
|
8bc89f7dbc
|
rewrite redis modules in order to support redis3.0 cluster in future
|
2015-02-13 06:52:43 -08:00 |
|
ubuntu14
|
be6e546eae
|
modify redis_key::scan, redis_hash::hscan, redis_hash::zscan, redis_hash::sscan
|
2015-02-11 07:21:10 -08:00 |
|
zsx
|
d22029bfb9
|
fixed acl_master framework bug; add some functions to redis_command; modify some Makefile
|
2015-02-10 17:23:24 +08:00 |
|
ubuntu14
|
96f6b34b2c
|
acl 3.1.0 version release now
|
2015-02-07 06:55:24 -08:00 |
|
ubuntu14
|
68ce4a101b
|
the new redis client can be compiled by vc2003
|
2015-02-02 07:52:11 -08:00 |
|
ubuntu14
|
d17ac74d27
|
test redis_hyperloglog, redis_connection, redis_transaction ok
|
2015-02-01 08:13:26 -08:00 |
|
ubuntu14
|
843f3a53c5
|
redis_zset test ok
|
2015-01-30 06:58:13 -08:00 |
|
ubuntu14
|
247ace5409
|
optimize redis client
|
2015-01-28 08:40:01 -08:00 |
|
ubuntu14
|
87a2693893
|
Merge branch 'master' of https://github.com/zhengshuxin/acl
Conflicts:
lib_acl_cpp/include/acl_cpp/redis/redis_list.hpp
|
2015-01-28 08:39:32 -08:00 |
|
ubuntu14
|
8ff45a9b25
|
optimize redis client
|
2015-01-28 08:38:29 -08:00 |
|
zsx
|
13bcb6aefb
|
add comment for redis client API
|
2015-01-28 17:28:45 +08:00 |
|
ubuntu14
|
2a373c4e71
|
optimize redis client
|
2015-01-27 07:37:33 -08:00 |
|
ubuntu14
|
730ff1c3fb
|
optimize redis client
|
2015-01-27 01:52:50 -08:00 |
|
ubuntu14
|
4323441df7
|
bugfix for acl_dbuf_pool.c of lib_acl lib
|
2015-01-26 09:11:04 -08:00 |
|
ubuntu14
|
ea760d5e3a
|
optimize redis client lib
|
2015-01-26 03:58:02 -08:00 |
|
ubuntu14
|
bfd4e601c5
|
complete the redis script client command
|
2015-01-25 05:03:20 -08:00 |
|
zsx
|
96abd859ac
|
complete pubsub command for redis
|
2015-01-23 17:23:04 +08:00 |
|
zsx
|
ad009bb467
|
fix bugs in master_threads2.cpp which lost some fd and memory; continue complete redis client lib
|
2015-01-23 10:04:25 +08:00 |
|