Skip to content

Commit ef0e91d

Browse files
committed
Use Authors@R
1 parent 349a0f1 commit ef0e91d

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

ChangeLog

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2024-10-20 Dirk Eddelbuettel <[email protected]>
2+
3+
* DESCRIPTION (Authors@R): Added
4+
5+
2024-09-29 Dirk Eddelbuettel <[email protected]>
6+
7+
* src/Redis.cpp: Use R::serializeToRaw() and R::unserializeFromRaw()
8+
* DESCRIPTION: Add versioned imports on RApiSerialize (>= 0.1.4)
9+
110
2024-07-16 Dirk Eddelbuettel <[email protected]>
211

312
* README.md: Switch some URLs from http to https

DESCRIPTION

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ Type: Package
33
Title: 'Rcpp' Bindings for 'Redis' using the 'hiredis' Library
44
Version: 0.2.4
55
Date: 2023-08-19
6-
Author: Dirk Eddelbuettel and Bryan W. Lewis
7-
Maintainer: Dirk Eddelbuettel <[email protected]>
6+
Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "[email protected]",
7+
comment = c(ORCID = "0000-0001-6419-907X")),
8+
person("Bryan", "Lewis", role = "aut", comment = "pub/sub code from 'rredis'"))
89
Description: Connection to the 'Redis' key/value store using the
910
C-language client library 'hiredis' (included as a fallback) with
1011
'MsgPack' encoding provided via 'RcppMsgPack' headers. It now also

0 commit comments

Comments
 (0)