Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

190,847

Downloads of v 2.0.0:

1,002

Last Update:

11 May 2020

Package Maintainer(s):

Software Author(s):

  • Memurai

Tags:

memurai cache redis-compatible redis-client

Memurai Developer (Install)

This is not the latest version of Memurai Developer (Install) available.

  • 1
  • 2
  • 3

2.0.0 | Updated: 11 May 2020

Downloads:

190,847

Downloads of v 2.0.0:

1,002

Maintainer(s):

Software Author(s):

  • Memurai

Memurai Developer (Install) 2.0.0

This is not the latest version of Memurai Developer (Install) available.

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install Memurai Developer (Install), run the following command from the command line or from PowerShell:

>

To upgrade Memurai Developer (Install), run the following command from the command line or from PowerShell:

>

To uninstall Memurai Developer (Install), run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade memurai-developer.install -y --source="'INTERNAL REPO URL'" --version="'2.0.0'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade memurai-developer.install -y --source="'INTERNAL REPO URL'" --version="'2.0.0'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install memurai-developer.install
  win_chocolatey:
    name: memurai-developer.install
    version: '2.0.0'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'memurai-developer.install' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '2.0.0'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller memurai-developer.install
{
    Name     = "memurai-developer.install"
    Version  = "2.0.0"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'memurai-developer.install':
  ensure   => '2.0.0',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

NOTE

This package is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.

  • Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
  • Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
  • Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.

Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.

Package Approved

This package was approved by moderator gep13 on 16 May 2020.

Description

Memurai is a Redis-5-compatible cache and data store for Windows. It’s designed to provide the reliability and performance demanded by enterprise Windows environments.

Just like Redis, Memurai uses an in-memory data set to achieve great performance at scale, and Memurai supports all the Redis features that you know and love, such as persistence, replication, transactions, LUA scripting, high-availability, pub/sub, cluster, modules, streams, and LRU eviction. In fact, it supports all of the Redis API 5 eviction policies.


tools\chocolateyInstall.ps1
$packageName= 'Memurai Developer (Install)'
$toolsDir   = "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)"
$fileLocation = Join-Path $toolsDir 'Memurai-Developer.msi'

Write-Host $fileLocation
$packageArgs = @{
  packageName   = $packageName
  fileType      = 'msi'
  file          = $fileLocation
  silentArgs    = "/quiet"
  validExitCodes= @(0, 3010, 1641)
}

Install-ChocolateyInstallPackage @packageArgs
tools\LICENSE.txt
JANEA SYSTEMS, INC. D/B/A MEMURAI 
MEMURAI DEVELOPER SOFTWARE LICENSE TERMS

These license terms are an agreement between you and Janea Systems, Inc. d/b/a Memurai ("Memurai") (or one of its affiliates). 
They apply to the software named above and any Memurai services or software updates (except to the extent such services or updates are accompanied by new or additional terms, 
in which case those different terms apply prospectively and do not alter your or Memurai's rights relating to pre-updated software or services).  
IF YOU COMPLY WITH THESE LICENSE TERMS, YOU HAVE THE RIGHTS BELOW. BY USING THE SOFTWARE, YOU ACCEPT THESE TERMS. IF YOU DO NOT ACCEPT THEM, DO NOT USE THE SOFTWARE. 

IMPORTANT NOTICE: AUTOMATIC UPDATES TO PREVIOUS VERSIONS OF MEMURAI SOFTWARE. 
If this software is installed on servers or devices running prior versions of any supported editions of Memurai Software (or components of any of them) 
this software will automatically update and replace certain files or features within those editions with files from this software.  
This feature cannot be switched off. Removal of these files may cause errors in the software and the original files may not be recoverable. 
By installing this software on a server or device that is running such editions you consent to these updates in all such editions and copies of Memurai Software (including components of any of them) running on that server or device.

1. INSTALLATION AND USE RIGHTS.
a. General. You may install and use copies of the software on any device, including third party shared devices, to design, develop, test and demonstrate your programs. You may not use the software in a production environment.
b. Demonstration. Any person that has access to your internal network may install and use copies of the software to demonstrate use of your programs with the software. Those copies may not be used for any other purpose.
c. User Testing. Your end users may access the software to perform acceptance tests on your programs.

2. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. Except for Sections 9 through 15 of this Agreement, the terms and conditions of this Agreement shall not apply to any Open Source Software accompanying the Memurai Developer Software. 
Any such Open Source Software is provided under the terms of the open source license agreement or copyright notice accompanying such Open Source Software or in any open source licenses file accompanying the Memurai Developer Software. 
All such Open Source Software, including URLs to the respective licenses ("Open Source Software Licenses") as available on April 15, 2020, is set forth in Exhibit A to this Agreement, and accordingly, 
by virtue of you agreeing to the terms of this Agreement, you represent and warrant that you shall further comply with the terms and conditions of such specified Open Source Software Licenses and with any additional or updated open source licenses in the file accompanying the Memurai Developer Software.

3. DATA COLLECTION. The software may collect information about you and your use of the software and send that to Memurai. Memurai may use this information to provide services and improve Memurai's products and services. 
Your opt-out rights, if any, are described in the product documentation. Some features in the software may enable collection of data from users of your applications that access or use the software. 
If you use these features to enable data collection in your applications, you must comply with applicable law, including getting any required user consent, and maintain a prominent privacy policy that accurately informs users about how you use, collect, and share their data.

4. THIRD PARTY SOFTWARE. The software may include third party applications that are licensed to you under this agreement or under their own terms. 
Even if such applications are governed by other agreements, the disclaimer, limitations on, and exclusions of damages below also apply to the extent allowed by applicable law. 

5. BENCHMARK TESTING. You must obtain Memurai's prior written approval to disclose to a third party the results of any benchmark test of the software. 

6. SCOPE OF LICENSE. The software is licensed, not sold. Memurai reserves all other rights. Unless applicable law gives you more rights despite this limitation, you will not (and have no rights to):
- work around any technical limitations in the software that only allow you to use it in certain ways;
- reverse engineer, decompile or disassemble the software;
- remove, minimize, block, or modify any notices of Memurai or its suppliers in the software;
- use the software in any way that is against the law or to create or propagate malware;
- share or distribute the software;
- make more copies of the software than specified in this agreement or allowed by applicable law, despite this limitation;
- publish the software, including any application programming interfaces included in the software, for others to copy;
- share, distribute, or lend the software, provide the software as a hosted solution for others to use in production environments, or transfer the software or this agreement to any third party.

7. UPDATES.  The software may periodically check for updates and download and install them for you. You may obtain updates only from Memurai or authorized sources. 
Memurai may need to update your system to provide you with updates. You agree to receive these automatic updates without any additional notice. 
Updates may not include or support all existing software features, services, or peripheral devices.  

8. DOCUMENTATION. Any person that has valid access to your computer or internal network may copy and use the documentation for your internal, reference purposes.

9. EXPORT RESTRICTIONS. The Memurai Developer Software is provided subject to the export control laws, rules, regulations, restrictions and national security controls of the United States and other applicable foreign agencies. 
Diversion, including but not limited to the export or re-export of the Memurai Developer Software where such is contrary to U.S. or foreign law, is prohibited. 
Without limiting the foregoing, you agree that (a) you are not, and are not acting on behalf of, any person who is a citizen, national, or resident of, or who is controlled by the government of, Cuba, Iran, North Korea, Sudan, or Syria, 
or any other country to which the United States has prohibited export transactions, including (but not limited to) trade embargos; 
(b) you are not, and are not acting on behalf of, any person or entity listed on the U.S. Treasury Department list of Specially Designated Nationals and Blocked Persons, or the U.S. Commerce Department Denied Persons List or Entity List; 
and (c) you will not use the Memurai Developer Software for, and will not permit the Memurai Developer Software to be used for, any purposes prohibited by law, including (without limitation) 
for any prohibited development, design, manufacture or production of missiles or nuclear, chemical or biological weapons.

10. SUPPORT SERVICES. Memurai is not obligated under this agreement to provide any support services for the software. Any support provided is "as is", "with all faults", and without warranty of any kind.

11. ENTIRE AGREEMENT. This agreement, and any other terms Memurai may provide for supplements, updates, or third-party applications, is the entire agreement for the software.

12. APPLICABLE LAW AND PLACE TO RESOLVE DISPUTES. If you acquired the software in the United States or Canada, the laws of the state or province where you live (or, if a business, where your principal place of business is located) govern the interpretation of this agreement, 
claims for its breach, and all other claims (including consumer protection, unfair competition, and tort claims), regardless of conflict of laws principles. 
If you acquired the software in any other country, its laws apply. Regardless of whether U.S. federal jurisdiction exists, you and Memurai consent to exclusive jurisdiction and venue in the federal court in King County, Washington for all disputes heard in court.

13. CONSUMER RIGHTS; REGIONAL VARIATIONS. This agreement describes certain legal rights. You may have other rights, including consumer rights, under the laws of your state or country. 
Separate and apart from your relationship with Memurai, you may also have rights with respect to the party from which you acquired the software. This agreement does not change those other rights if the laws of your state or country do not permit it to do so.

14. DISCLAIMER OF WARRANTY. THE SOFTWARE IS LICENSED "AS IS." YOU BEAR THE RISK OF USING IT. MEMURAI GIVES NO EXPRESS WARRANTIES, GUARANTEES, OR CONDITIONS. 
TO THE EXTENT PERMITTED UNDER APPLICABLE LAWS, MEMURAI EXCLUDES ALL IMPLIED WARRANTIES, INCLUDING MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.

15.LIMITATION ON AND EXCLUSION OF DAMAGES. IF YOU HAVE ANY BASIS FOR RECOVERING DAMAGES DESPITE THE PRECEDING DISCLAIMER OF WARRANTY, YOU CAN RECOVER FROM MEMURAI AND ITS SUPPLIERS ONLY DIRECT DAMAGES UP TO U.S. 
TEN DOLLARS ($10.00). YOU CANNOT RECOVER ANY OTHER DAMAGES, INCLUDING CONSEQUENTIAL, LOST PROFITS, SPECIAL, INDIRECT, OR INCIDENTAL DAMAGES.
This limitation applies to (a) anything related to the software, services, content (including code) on third party Internet sites, or third party applications; 
and (b) claims for breach of contract, warranty, guarantee, or condition; strict liability, negligence, or other tort; or any other claim; in each case to the extent permitted by applicable law.
It also applies even if Memurai knew or should have known about the possibility of the damages. 
The above limitation or exclusion may not apply to you because your state, province, or country may not allow the exclusion or limitation of incidental, consequential, or other damages.


EXHIBIT A
Open Source Software and Open Source Software Licenses 

The Memurai Developer Software provided under this Agreement is derived from both Redis and from a fork by Microsoft Open Technologies.

Subject to Section 2 of this Agreement, which shall control and prevail with respect to all of the following licenses, you agree to abide by the terms and conditions of said licenses:

1. The Redis license, as set forth at: https://github.com/antirez/redis/blob/unstable/COPYING
2. The Microsoft Open Technologies license, as set forth at: https://github.com/MicrosoftArchive/redis/blob/3.0/license.txt
3. The following additional four licenses, as set forth at:
a) https://github.com/MicrosoftArchive/redis/blob/3.0/deps/hiredis/COPYING
b) https://github.com/MicrosoftArchive/redis/blob/3.0/deps/jemalloc-win/LICENSE
c) https://github.com/MicrosoftArchive/redis/blob/3.0/deps/jemalloc-win/COPYING
d) https://github.com/MicrosoftArchive/redis/blob/3.0/deps/lua/COPYRIGHT
d) https://github.com/MicrosoftArchive/redis/blob/3.0/deps/lua/COPYRIGHT
tools\Memurai-Developer.msi
md5: 95EAFB10809E5FD565B9619A74A1110C | sha1: D3D0A91F1AF4F2D808F214EC4BAF3F97E68F349B | sha256: 031B40D59677F3C509041A2000CB6759DF7C9CA40B7D347350E152FAFB88FF75 | sha512: AAFA5BCCE07E909289977B91FB72E42516B6BE6E842D81099A320830CBE2BD84C3E65A2C1F00D2D007DA2BC56B74C6736700EE7D9E27654BDE9B33D18961508C
tools\VERIFICATION.txt
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
 
This package is published by the Memurai Project itself. The installer is signed.

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
Memurai Developer (Install) 4.1.0 11119 Thursday, November 16, 2023 Approved
Memurai Developer (Install) 4.0.5 11 Monday, January 22, 2024 Approved
Memurai Developer (Install) 4.0.4 25 Friday, November 17, 2023 Approved
Memurai Developer (Install) 4.0.3 11653 Thursday, September 14, 2023 Approved
Memurai Developer (Install) 4.0.2 6626 Thursday, July 27, 2023 Approved
Memurai Developer (Install) 4.0.1 13772 Thursday, April 20, 2023 Approved
Memurai Developer (Install) 4.0.0 3787 Wednesday, March 29, 2023 Approved
Memurai Developer (Install) 3.1.7 21 Wednesday, August 2, 2023 Approved
Memurai Developer (Install) 3.1.6 32 Thursday, April 20, 2023 Approved
Memurai Developer (Install) 3.1.5 28 Monday, April 3, 2023 Approved
Memurai Developer (Install) 2.0.8 43 Monday, April 3, 2023 Approved
Memurai Developer (Install) 2.0.7 39664 Friday, August 5, 2022 Approved
Memurai Developer (Install) 2.0.6 235 Thursday, August 4, 2022 Approved
Memurai Developer (Install) 2.0.5 31555 Monday, December 6, 2021 Approved
Memurai Developer (Install) 2.0.3 38805 Wednesday, December 2, 2020 Approved
Memurai Developer (Install) 2.0.2 16994 Monday, July 20, 2020 Approved
Memurai Developer (Install) 2.0.1 1521 Wednesday, June 24, 2020 Approved
Memurai Developer (Install) 2.0.0 1002 Monday, May 11, 2020 Approved

The release notes are available here


This package has no dependencies.

Discussion for the Memurai Developer (Install) Package

Ground Rules:

  • This discussion is only about Memurai Developer (Install) and the Memurai Developer (Install) package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or Memurai Developer (Install), or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus