Commit Graph

  • a79de2217e add to allocate type_tag v0.15.0_w wit vms 2022-04-20 18:36:09 +03:00
  • e5a72b8d14 update it version vms 2021-04-26 15:15:25 +03:00
  • 2c2f486044 update to the sdk 0.6.0 version vms 2021-04-12 15:25:24 +03:00
  • 0f66c1dd62 update wit file according to the record refactoring vms 2020-09-16 01:53:08 +03:00
  • 55e1ec7de6 improve build scripts vms 2020-08-09 11:27:34 +03:00
  • 9dd65dedad add wit support vms 2020-08-08 23:47:24 +03:00
  • ae52a7084d update readme v0 0.9.0_w 0.10.0_w wasm vms 2020-06-29 11:40:17 +03:00
  • 88142c9c80 getting rid of excess imports since https://github.com/rust-lang/rust/issues/63562 fixed vms 2020-06-29 11:39:14 +03:00
  • dde3fcec49 disable logs 0.8.0_w vms 2020-04-28 22:51:04 +03:00
  • 654e398f76 update sdk and wasi 0.7.0_w vms 2020-04-18 00:36:52 +03:00
  • c39f16c422 Fix XCLAIM propagation in AOF/replicas for blocking XREADGROUP. 6.0 antirez 2020-04-17 12:38:12 +02:00
  • c479eace45 Fix XCLAIM propagation in AOF/replicas for blocking XREADGROUP. unstable v0.14.0_w v0.12.0_w v0.11.0_w v0.10.0_w v antirez 2020-04-17 12:38:12 +02:00
  • 002052f8de A few comments and name changes for #7103. antirez 2020-04-17 10:51:12 +02:00
  • eae2615348 Merge branch 'unstable' of github.com:/antirez/redis into unstable antirez 2020-04-17 10:43:50 +02:00
  • a71a6b5acf
    Merge pull request #7103 from oranagra/run_solo_test Salvatore Sanfilippo 2020-04-17 10:43:21 +02:00
  • ac441c7413
    Merge pull request #7087 from IAmATeaPot418/patch-6 Salvatore Sanfilippo 2020-04-16 17:37:44 +02:00
  • b9fa42a197 testsuite run the defrag latency test solo Oran Agra 2020-04-16 11:05:03 +03:00
  • 7cf0a77d59 Redis 6.0-RC4. antirez 2020-04-16 16:18:02 +02:00
  • 9f594e2432 Update SDS to latest version. antirez 2020-04-16 16:08:37 +02:00
  • 37b135a400 Update SDS to latest version. antirez 2020-04-16 16:08:37 +02:00
  • 48781dd95c RESP3: fix HELLO map len in Sentinel mode. antirez 2020-04-16 11:21:52 +02:00
  • c9388ecc73 RESP3: fix HELLO map len in Sentinel mode. antirez 2020-04-16 11:21:52 +02:00
  • 371ab0cff8 Don't allow empty spaces in ACL usernames. antirez 2020-04-15 16:39:42 +02:00
  • b86140ac5f Don't allow empty spaces in ACL key patterns. antirez 2020-04-15 16:12:06 +02:00
  • 503a5a24fb Don't allow empty spaces in ACL usernames. antirez 2020-04-15 16:39:42 +02:00
  • 3519a5a026 Don't allow empty spaces in ACL key patterns. antirez 2020-04-15 16:12:06 +02:00
  • a7ee3c3e77 FIX: truncate max/min longitude,latitude related geo_point (ex: {180, 85.05112878} ) liumiuyong 2020-04-09 17:48:29 +08:00
  • e5b9eb8171 Typo in getTimeoutFromObjectOrReply's error reply Guy Benoish 2020-04-11 15:05:01 +03:00
  • 0f31bb5c1a Fix HELLO reply in Sentinel mode, see #6160. antirez 2020-04-15 15:59:52 +02:00
  • b92d9a895f fix spelling in acl.c hwware 2020-04-14 00:16:29 -04:00
  • 8f896e57ae Fix zsetAdd() top comment spelling. antirez 2020-04-14 11:23:44 +02:00
  • 8f5157058b fix spelling mistake in bitops.c hayleeliu 2020-04-08 18:20:32 +08:00
  • ddeda9ceb7 Fix function names in zslDeleteNode() top comment. antirez 2020-04-14 10:52:40 +02:00
  • bde1f0a8e2 RESP3: change streams items from maps to arrays. antirez 2020-04-10 10:12:26 +02:00
  • bec68bff29 Use the special static refcount for stack objects. antirez 2020-04-09 16:25:30 +02:00
  • 0f239e51b0 RDB: refactor some RDB loading code into dbAddRDBLoad(). antirez 2020-04-09 16:21:48 +02:00
  • f855db61b0 incrRefCount(): abort on statically allocated object. antirez 2020-04-09 16:20:41 +02:00
  • 23094ba015 More powerful DEBUG RELOAD. antirez 2020-04-09 12:02:27 +02:00
  • 8161a7a3ef RDB: clarify a condition in rdbLoadRio(). antirez 2020-04-09 11:09:40 +02:00
  • 61b153073f RDB: load files faster avoiding useless free+realloc. antirez 2020-04-09 10:24:10 +02:00
  • 414debfd04 Speedup: unblock clients on keys in O(1). antirez 2020-04-08 12:55:57 +02:00
  • e8dd99fa53 Merge branch 'unstable' of github.com:/antirez/redis into unstable antirez 2020-04-15 16:01:56 +02:00
  • 7f794a122f Fix HELLO reply in Sentinel mode, see #6160. antirez 2020-04-15 15:59:52 +02:00
  • dfd3ead90d
    Merge pull request #7078 from karelrooted/fix/geo-hash-edge-case Salvatore Sanfilippo 2020-04-15 10:23:23 +02:00
  • 7428f51217
    Merge pull request #7085 from guybe7/timeout_err_typo Salvatore Sanfilippo 2020-04-14 11:40:51 +02:00
  • 552b36e657 Merge branch 'unstable' of github.com:/antirez/redis into unstable antirez 2020-04-14 11:23:57 +02:00
  • 086c1db2d9 Fix zsetAdd() top comment spelling. antirez 2020-04-14 11:23:44 +02:00
  • 33386bed66
    Merge pull request #7095 from hwware/typofixacl Salvatore Sanfilippo 2020-04-14 11:15:26 +02:00
  • 5fece85491 Merge branch 'unstable' of github.com:/antirez/redis into unstable antirez 2020-04-14 10:52:45 +02:00
  • 49ccd2a8e1 Fix function names in zslDeleteNode() top comment. antirez 2020-04-14 10:52:40 +02:00
  • 1323afed8b fix spelling in acl.c hwware 2020-04-14 00:16:29 -04:00
  • 4f3b15e6ea
    minor fix Jamie Scott 2020-04-12 17:56:58 -07:00
  • 17bf8dc99c
    Adding acllog-max-len to Redis.conf Jamie Scott 2020-04-12 00:10:19 -07:00
  • 29760b2eb7 Typo in getTimeoutFromObjectOrReply's error reply Guy Benoish 2020-04-11 15:05:01 +03:00
  • 767977c533
    Merge pull request #7074 from hayleeliu/unstable Salvatore Sanfilippo 2020-04-10 10:15:25 +02:00
  • 839bbcb039 RESP3: change streams items from maps to arrays. antirez 2020-04-10 10:12:26 +02:00
  • 3072498665 Merge branch 'faster-rdb-loading' into unstable antirez 2020-04-09 19:15:13 +02:00
  • 6ad44b76b9 Use the special static refcount for stack objects. antirez 2020-04-09 16:25:30 +02:00
  • d88f52ee7d RDB: refactor some RDB loading code into dbAddRDBLoad(). antirez 2020-04-09 16:21:48 +02:00
  • 399a6b2b47 incrRefCount(): abort on statically allocated object. antirez 2020-04-09 16:20:41 +02:00
  • 451872527c More powerful DEBUG RELOAD. antirez 2020-04-09 12:02:27 +02:00
  • 3fbfa1885c FIX: truncate max/min longitude,latitude related geo_point (ex: {180, 85.05112878} ) liumiuyong 2020-04-09 17:48:29 +08:00
  • 3d5b2d41b5 RDB: clarify a condition in rdbLoadRio(). antirez 2020-04-09 11:09:40 +02:00
  • 30adc62232 RDB: load files faster avoiding useless free+realloc. antirez 2020-04-09 10:24:10 +02:00
  • 96a54866ab Speedup: unblock clients on keys in O(1). antirez 2020-04-08 12:55:57 +02:00
  • 51b9de037d
    fix spelling mistake in bitops.c hayleeliu 2020-04-08 18:20:32 +08:00
  • 96688aa646 Fix ACL HELP table missing comma. antirez 2020-04-08 10:54:18 +02:00
  • cbcd07777d Fix ACL HELP table missing comma. antirez 2020-04-08 10:54:18 +02:00
  • 2437455f27 Judge the log level in advance mymilkbottles 2020-04-06 19:27:06 +08:00
  • 35c64b898c Speedup INFO by counting client memory incrementally. antirez 2020-04-07 12:07:09 +02:00
  • c3ac717487 fix comments about RESIZE DB opcode in rdb.c qetu3790 2020-04-06 20:52:32 +08:00
  • c8dbcff9db Clarify redis.conf comment about lazyfree-lazy-user-del. antirez 2020-04-06 17:32:04 +02:00
  • abd5156f25 lazyfree: add a new configuration lazyfree-lazy-user-del zhaozhao.zz 2019-07-17 11:00:51 +08:00
  • 5719b3054a LCS: more tests. antirez 2020-04-06 13:51:49 +02:00
  • c89e1f2937 LCS: allow KEYS / STRINGS to be anywhere. antirez 2020-04-06 13:48:31 +02:00
  • 0b16f8d444 LCS tests. antirez 2020-04-06 13:45:37 +02:00
  • 9254a805d7 LCS: get rid of STOREIDX option. Fix get keys helper. antirez 2020-04-06 13:23:07 +02:00
  • a4c4907035 LCS: fix stale comment. antirez 2020-04-02 21:17:31 +02:00
  • cb92c23de0 LCS: output LCS len as well in IDX mode. antirez 2020-04-02 16:15:17 +02:00
  • 56a52e804c LCS: MINMATCHLEN and WITHMATCHLEN options. antirez 2020-04-02 13:37:35 +02:00
  • ebb09a5c3b LCS: 7x speedup by accessing the array with better locality. antirez 2020-04-01 23:45:07 +02:00
  • a9f8a8cba0 LCS: implement KEYS option. antirez 2020-04-01 22:11:59 +02:00
  • 4aa24e62a4 LCS: other fixes to range emission. antirez 2020-04-01 17:36:32 +02:00
  • 2b67b6b87e LCS: fix emission of last range starting at index 0. antirez 2020-04-01 17:14:36 +02:00
  • 420aac7274 LCS: implement range indexes option. antirez 2020-04-01 17:11:31 +02:00
  • a518a9a766 LCS: initial functionality implemented. antirez 2020-04-01 16:10:18 +02:00
  • 026cc11b05 Check OOM at script start to get stable lua OOM state. srzhao 2020-01-20 21:17:02 +08:00
  • 02b594f6ad diffrent fix for runtest --host --port Oran Agra 2020-04-06 09:41:14 +03:00
  • f695d18306 Try to fix time-sensitive tests in blockonkey.tcl Guy Benoish 2020-04-02 14:57:17 +03:00
  • 0e42cfc365 Use __attribute__ only if __GNUC__ is defined Guy Benoish 2020-04-03 14:49:40 +03:00
  • 91ed9b3c47 Modules: Perform printf-like format checks in variadic API Guy Benoish 2020-02-06 15:13:52 +05:30
  • 3e0d209625 XREAD and XREADGROUP should not be allowed from scripts when BLOCK option is being used Valentino Geron 2020-03-26 11:49:21 +02:00
  • 240094c9b0 Stale replica should allow MULTI/EXEC Guy Benoish 2020-02-25 16:51:35 +05:30
  • 209f3a1eba fix integer overflow Xudong Zhang 2020-04-02 23:43:19 +08:00
  • 024c380b9d Fix no-negative-zero test Guy Benoish 2020-04-02 18:41:29 +03:00
  • a38ff404bd modules don't signalModifiedKey in setKey() since that's done (optionally) in RM_CloseKey Oran Agra 2019-12-23 10:15:52 +02:00
  • 814874d68b change CI to build and run the module api tests Oran Agra 2020-02-23 16:51:27 +02:00
  • 061616c1b1 fix possible warning on incomplete struct init Oran Agra 2019-12-10 11:16:13 +02:00
  • 7764996bec Make sure Redis does not reply with negative zero Guy Benoish 2019-11-05 19:23:37 +05:30
  • eba28e2cea DEBUG OBJECT should pass keyname to module when loading Guy Benoish 2020-01-30 19:15:12 +05:30